NVIDIA DeepStream SDK API Reference

6.4 Release
_AppCtx Struct Reference

Detailed Description

Definition at line 89 of file deepstream_audio.h.

Collaboration diagram for _AppCtx:

Data Fields

gboolean version
 
gboolean cintr
 
gboolean seeking
 
gboolean quit
 
bbox_generated_callback bbox_generated_post_analytics_cb
 
gint audio_event_id
 
gint return_value
 
guint index
 
GMutex app_lock
 
GCond app_cond
 
NvDsPipeline pipeline
 
NvDsConfig config
 
NvDsAppPerfStructInt perf_struct
 
gboolean show_bbox_text
 
gint person_class_id
 
gint car_class_id
 
gint active_source_index
 
NvDsConfig override_config
 
NvDsInstanceData instance_data [MAX_SOURCE_BINS]
 
NvDsC2DContextc2d_ctx [MAX_MESSAGE_CONSUMERS]
 
bbox_generated_callback all_bbox_generated_cb
 
overlay_graphics_callback overlay_graphics_cb
 
NvDsFrameLatencyInfolatency_info
 
GMutex latency_lock
 
GThread * ota_handler_thread
 
guint ota_inotify_fd
 
guint ota_watch_desc
 
GHashTable * sensorInfoHash
 Hash table to save NvDsSensorInfo obtained with REST API stream/add, remove operations The key is souce_id. More...
 

Field Documentation

◆ active_source_index

gint _AppCtx::active_source_index

Definition at line 173 of file deepstream_app.h.

◆ all_bbox_generated_cb

bbox_generated_callback _AppCtx::all_bbox_generated_cb

Definition at line 185 of file deepstream_app.h.

◆ app_cond

GCond _AppCtx::app_cond

Definition at line 101 of file deepstream_audio.h.

◆ app_lock

GMutex _AppCtx::app_lock

Definition at line 100 of file deepstream_audio.h.

◆ audio_event_id

gint _AppCtx::audio_event_id

Definition at line 96 of file deepstream_audio.h.

◆ bbox_generated_post_analytics_cb

bbox_generated_callback _AppCtx::bbox_generated_post_analytics_cb

Definition at line 95 of file deepstream_audio.h.

◆ c2d_ctx

Definition at line 182 of file deepstream_app.h.

◆ car_class_id

gint _AppCtx::car_class_id

Definition at line 170 of file deepstream_app.h.

◆ cintr

gboolean _AppCtx::cintr

Definition at line 92 of file deepstream_audio.h.

◆ config

NvDsConfig _AppCtx::config

Definition at line 104 of file deepstream_audio.h.

◆ index

guint _AppCtx::index

Definition at line 98 of file deepstream_audio.h.

◆ instance_data

NvDsInstanceData _AppCtx::instance_data[MAX_SOURCE_BINS]

Definition at line 181 of file deepstream_app.h.

◆ latency_info

NvDsFrameLatencyInfo* _AppCtx::latency_info

Definition at line 187 of file deepstream_app.h.

◆ latency_lock

GMutex _AppCtx::latency_lock

Definition at line 188 of file deepstream_app.h.

◆ ota_handler_thread

GThread* _AppCtx::ota_handler_thread

Definition at line 189 of file deepstream_app.h.

◆ ota_inotify_fd

guint _AppCtx::ota_inotify_fd

Definition at line 190 of file deepstream_app.h.

◆ ota_watch_desc

guint _AppCtx::ota_watch_desc

Definition at line 191 of file deepstream_app.h.

◆ overlay_graphics_cb

overlay_graphics_callback _AppCtx::overlay_graphics_cb

Definition at line 186 of file deepstream_app.h.

◆ override_config

NvDsConfig _AppCtx::override_config

Definition at line 180 of file deepstream_app.h.

◆ perf_struct

NvDsAppPerfStructInt _AppCtx::perf_struct

Definition at line 105 of file deepstream_audio.h.

◆ person_class_id

gint _AppCtx::person_class_id

Definition at line 169 of file deepstream_app.h.

◆ pipeline

NvDsPipeline _AppCtx::pipeline

Definition at line 103 of file deepstream_audio.h.

◆ quit

gboolean _AppCtx::quit

Definition at line 94 of file deepstream_audio.h.

◆ return_value

gint _AppCtx::return_value

Definition at line 97 of file deepstream_audio.h.

◆ seeking

gboolean _AppCtx::seeking

Definition at line 93 of file deepstream_audio.h.

◆ sensorInfoHash

GHashTable* _AppCtx::sensorInfoHash

Hash table to save NvDsSensorInfo obtained with REST API stream/add, remove operations The key is souce_id.

Definition at line 196 of file deepstream_app.h.

◆ show_bbox_text

gboolean _AppCtx::show_bbox_text

Definition at line 166 of file deepstream_app.h.

◆ version

gboolean _AppCtx::version

Definition at line 91 of file deepstream_audio.h.


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