NVIDIA DeepStream SDK API Reference

7.0 Release
NvDsCanContextConfig Struct Reference

Detailed Description

Definition at line 74 of file deepstream_can_context.hpp.

Collaboration diagram for NvDsCanContextConfig:

Data Fields

NvDsCanSrcType srcType = NvDsCanSrcType::kNone
 
std::string srcUri
 
NvDsCanCameraInfo cameraInfo
 
NvDsCanFrameInfo srcFrameInfo
 
std::string srcFrameRate
 
uint32_t muxWidth = 1280
 
uint32_t muxHeight = 720
 
int32_t muxBatchTimeout = 40000
 
std::string templateCustomLibName
 
std::string templateCustomLibProps
 
std::string inferConfig
 
uint32_t debugLevel = 0
 
bool printRes = true
 
bool enableEglSink = false
 
bool syncDisplay = true
 

Field Documentation

◆ cameraInfo

NvDsCanCameraInfo NvDsCanContextConfig::cameraInfo

Definition at line 78 of file deepstream_can_context.hpp.

◆ debugLevel

uint32_t NvDsCanContextConfig::debugLevel = 0

Definition at line 89 of file deepstream_can_context.hpp.

◆ enableEglSink

bool NvDsCanContextConfig::enableEglSink = false

Definition at line 91 of file deepstream_can_context.hpp.

◆ inferConfig

std::string NvDsCanContextConfig::inferConfig

Definition at line 88 of file deepstream_can_context.hpp.

◆ muxBatchTimeout

int32_t NvDsCanContextConfig::muxBatchTimeout = 40000

Definition at line 83 of file deepstream_can_context.hpp.

◆ muxHeight

uint32_t NvDsCanContextConfig::muxHeight = 720

Definition at line 82 of file deepstream_can_context.hpp.

◆ muxWidth

uint32_t NvDsCanContextConfig::muxWidth = 1280

Definition at line 82 of file deepstream_can_context.hpp.

◆ printRes

bool NvDsCanContextConfig::printRes = true

Definition at line 90 of file deepstream_can_context.hpp.

◆ srcFrameInfo

NvDsCanFrameInfo NvDsCanContextConfig::srcFrameInfo

Definition at line 79 of file deepstream_can_context.hpp.

◆ srcFrameRate

std::string NvDsCanContextConfig::srcFrameRate

Definition at line 80 of file deepstream_can_context.hpp.

◆ srcType

NvDsCanSrcType NvDsCanContextConfig::srcType = NvDsCanSrcType::kNone

Definition at line 75 of file deepstream_can_context.hpp.

Referenced by CameraCanApp::srcType().

◆ srcUri

std::string NvDsCanContextConfig::srcUri

Definition at line 77 of file deepstream_can_context.hpp.

◆ syncDisplay

bool NvDsCanContextConfig::syncDisplay = true

Definition at line 92 of file deepstream_can_context.hpp.

◆ templateCustomLibName

std::string NvDsCanContextConfig::templateCustomLibName

Definition at line 85 of file deepstream_can_context.hpp.

◆ templateCustomLibProps

std::string NvDsCanContextConfig::templateCustomLibProps

Definition at line 86 of file deepstream_can_context.hpp.


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