|
|
NVIDIA DeepStream SDK API Reference5.0 Release |
Holds user parameters for a nvds_obj_enc_process call.
Definition at line 52 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... | |
| bool _NvDsObjEncUsrArgs::attachUsrMeta |
Variable to attach user metadata.
Metadata Type is "NVDS_CROP_IMAGE_META".
Definition at line 59 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 66 of file nvds_obj_encode.h.
| int _NvDsObjEncUsrArgs::objNum |
Object number in the frame.
Definition at line 68 of file nvds_obj_encode.h.
| bool _NvDsObjEncUsrArgs::saveImg |
Boolean variable to save image.
Definition at line 55 of file nvds_obj_encode.h.