NVIDIA DeepStream SDK API Reference

7.1 Release
_NvDsObjEncOutParams Struct Reference

Detailed Description

Holds output parameters.

This structure is available to the user.

Definition at line 45 of file nvds_obj_encode.h.

Data Fields

uint8_t * outBuffer
 Pointer to the JPEG Encoded Object. More...
 
uint64_t outLen
 Length of the JPEG Encoded Object. More...
 

Field Documentation

◆ outBuffer

uint8_t* _NvDsObjEncOutParams::outBuffer

Pointer to the JPEG Encoded Object.

Definition at line 48 of file nvds_obj_encode.h.

◆ outLen

uint64_t _NvDsObjEncOutParams::outLen

Length of the JPEG Encoded Object.

Definition at line 50 of file nvds_obj_encode.h.


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