NVIDIA DeepStream SDK API Reference

6.4 Release
_NvDsNmosAssetConfig Struct Reference

Detailed Description

Defines asset distinguishing information for BCP-002-02 tags in an NvDsNmosNodeServer.

Definition at line 221 of file nvdsnmos.h.

Data Fields

const char * manufacturer
 Holds the manufacturer, e.g. More...
 
const char * product
 Holds the product name, e.g. More...
 
const char * instance_id
 Holds the instance identifier, e.g. More...
 
const char ** functions
 Holds the function or functions, e.g. More...
 
unsigned int num_functions
 Holds the number of functions. More...
 

Field Documentation

◆ functions

const char** _NvDsNmosAssetConfig::functions

Holds the function or functions, e.g.

"Decoder", "Encoder", "Converter" or "Analyzer". Must not be null.

Definition at line 232 of file nvdsnmos.h.

◆ instance_id

const char* _NvDsNmosAssetConfig::instance_id

Holds the instance identifier, e.g.

"XYZ123-456789". Must not be null.

Definition at line 229 of file nvdsnmos.h.

◆ manufacturer

const char* _NvDsNmosAssetConfig::manufacturer

Holds the manufacturer, e.g.

"Acme". Must not be null.

Definition at line 224 of file nvdsnmos.h.

◆ num_functions

unsigned int _NvDsNmosAssetConfig::num_functions

Holds the number of functions.

Must not be zero.

Definition at line 234 of file nvdsnmos.h.

◆ product

const char* _NvDsNmosAssetConfig::product

Holds the product name, e.g.

"Widget Pro". Must not be null.

Definition at line 226 of file nvdsnmos.h.


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