NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds user parameters for a nvds_obj_enc_process call.

Definition at line 40 of file nvds_obj_encode.h.

Data Fields

bool saveImg
 Boolean variable to save image. More...
 
bool attachUsrMeta
 Variable to attach user metadata. More...
 
char fileNameImg [file_name_size]
 If user specifies the filename then it'll be used otherwise the following naming convention is used to create filename of the encoded objects - "frame-number_stream-number_object-number_object-type_widthxheight.jpg". More...
 
int objNum
 Object number in the frame. More...
 

Field Documentation

bool _NvDsObjEncUsrArgs::attachUsrMeta

Variable to attach user metadata.

Metadata Type is "NVDS_CROP_IMAGE_META".

Definition at line 47 of file nvds_obj_encode.h.

char _NvDsObjEncUsrArgs::fileNameImg[file_name_size]

If user specifies the filename then it'll be used otherwise the following naming convention is used to create filename of the encoded objects - "frame-number_stream-number_object-number_object-type_widthxheight.jpg".

For example - 0_2_3_PERSON_126x148.jpg

Definition at line 54 of file nvds_obj_encode.h.

int _NvDsObjEncUsrArgs::objNum

Object number in the frame.

Definition at line 56 of file nvds_obj_encode.h.

bool _NvDsObjEncUsrArgs::saveImg

Boolean variable to save image.

Definition at line 43 of file nvds_obj_encode.h.


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