NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsARConfig Struct Reference

Detailed Description

Definition at line 131 of file deepstream_action.h.

Data Fields

std::vector< std::string > uri_list
 
gboolean display_sync = true
 
std::string preprocess_config
 
std::string infer_config
 
std::string triton_infer_config
 
uint32_t muxer_height = 720
 
uint32_t muxer_width = 1280
 
int32_t muxer_batch_timeout = 40000
 
uint32_t tiler_height = 720
 
uint32_t tiler_width = 1280
 
DebugLevel debug = kDebugDisable
 
gboolean enableFps = TRUE
 
gboolean useFakeSink = FALSE
 

Field Documentation

◆ debug

DebugLevel NvDsARConfig::debug = kDebugDisable

Definition at line 157 of file deepstream_action.h.

◆ display_sync

gboolean NvDsARConfig::display_sync = true

Definition at line 137 of file deepstream_action.h.

◆ enableFps

gboolean NvDsARConfig::enableFps = TRUE

Definition at line 160 of file deepstream_action.h.

◆ infer_config

std::string NvDsARConfig::infer_config

Definition at line 142 of file deepstream_action.h.

◆ muxer_batch_timeout

int32_t NvDsARConfig::muxer_batch_timeout = 40000

Definition at line 150 of file deepstream_action.h.

◆ muxer_height

uint32_t NvDsARConfig::muxer_height = 720

Definition at line 147 of file deepstream_action.h.

◆ muxer_width

uint32_t NvDsARConfig::muxer_width = 1280

Definition at line 148 of file deepstream_action.h.

◆ preprocess_config

std::string NvDsARConfig::preprocess_config

Definition at line 140 of file deepstream_action.h.

◆ tiler_height

uint32_t NvDsARConfig::tiler_height = 720

Definition at line 153 of file deepstream_action.h.

◆ tiler_width

uint32_t NvDsARConfig::tiler_width = 1280

Definition at line 154 of file deepstream_action.h.

◆ triton_infer_config

std::string NvDsARConfig::triton_infer_config

Definition at line 144 of file deepstream_action.h.

◆ uri_list

std::vector<std::string> NvDsARConfig::uri_list

Definition at line 134 of file deepstream_action.h.

◆ useFakeSink

gboolean NvDsARConfig::useFakeSink = FALSE

Definition at line 163 of file deepstream_action.h.


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