Change nvgl sink to filesink

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) Gforce 940M
• DeepStream Version 5.1

• TensorRT Version 7
• NVIDIA GPU Driver Version (valid for GPU only) 645
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Im Using DeepStream-Segmentation-Test app,

I need to change “nveglglessink” to “filesink”

can you help me ? What other elements need to be added??

config file:-
[property]
gpu-id=0
net-scale-factor=1.0
model-color-format=0
uff-file=…/…/…/…/samples/models/Segmentation/semantic/unetres18_v4_pruned0.65_800_data.uff
infer-dims=3;512;512
uff-input-order=0
uff-input-blob-name=data
batch-size=2

0=FP32, 1=INT8, 2=FP16 mode

network-mode=1
num-detected-classes=4
interval=0
gie-unique-id=1
network-type=2
output-blob-names=final_conv/BiasAdd
segmentation-threshold=0.0
#parse-bbox-func-name=NvDsInferParseCustomSSD
#custom-lib-path=nvdsinfer_custom_impl_ssd/libnvdsinfer_custom_impl_ssd.so
#scaling-filter=0
#scaling-compute-hw=0
[class-attrs-all]
roi-top-offset=0
roi-bottom-offset=0
detected-min-w=0
detected-min-h=0
detected-max-w=0
detected-max-h=0

Per class configuration

#[class-attrs-2]
#threshold=0.6
#roi-top-offset=20
#roi-bottom-offset=10
#detected-min-w=40
#detected-min-h=40
#detected-max-w=400
#detected-max-h=800
strong text

How much do you know about gstreamer and gstreamer coding skills? https://gstreamer.freedesktop.org/

The deepstream-app sample code has already implemented the functions of encoding video and saving the video as mp4 file by filesink. Please refer to the code in /opt/nvidia/deepstream/deepstream/sources/apps/apps-common and /opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/deepstream-app

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.