NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvDsSRInitParams Struct Reference

Detailed Description

Holds initializtion paramerters required to create NvDsSRContext.

Definition at line 53 of file gst-nvdssr.h.

Collaboration diagram for NvDsSRInitParams:

Data Fields

NvDsSRContainerType containerType
 recording video container, MP4 / MKV More...
 
NvDsSRCallbackFunc callback
 callback function gets called once recording is complete More...
 
guint width
 optional, recording video width, 0 means no transcode More...
 
guint height
 optional, recording video height, 0 means no transcode More...
 
gchar * fileNamePrefix
 recorded file name prefix More...
 
gchar * dirpath
 store recorded file under directory path More...
 
guint defaultDuration
 default recording duration in seconds More...
 
guint videoCacheSize
 size of video cache in seconds. More...
 

Field Documentation

NvDsSRCallbackFunc NvDsSRInitParams::callback

callback function gets called once recording is complete

Definition at line 58 of file gst-nvdssr.h.

NvDsSRContainerType NvDsSRInitParams::containerType

recording video container, MP4 / MKV

Definition at line 56 of file gst-nvdssr.h.

guint NvDsSRInitParams::defaultDuration

default recording duration in seconds

Definition at line 68 of file gst-nvdssr.h.

gchar* NvDsSRInitParams::dirpath

store recorded file under directory path

Definition at line 66 of file gst-nvdssr.h.

gchar* NvDsSRInitParams::fileNamePrefix

recorded file name prefix

Definition at line 64 of file gst-nvdssr.h.

guint NvDsSRInitParams::height

optional, recording video height, 0 means no transcode

Definition at line 62 of file gst-nvdssr.h.

guint NvDsSRInitParams::videoCacheSize

size of video cache in seconds.

Definition at line 70 of file gst-nvdssr.h.

guint NvDsSRInitParams::width

optional, recording video width, 0 means no transcode

Definition at line 60 of file gst-nvdssr.h.


The documentation for this struct was generated from the following file: