|
|
NVIDIA DeepStream SDK API Reference4.0.1 Release |
Holds the information about one batch to be inferred.
Definition at line 352 of file nvdsinfer_context.h.
Data Fields | |
| void ** | inputFrames |
| Array of pointers to buffers for input frames. More... | |
| unsigned int | numInputFrames |
| Number of input frames i.e. More... | |
| NvDsInferFormat | inputFormat |
| Format of the frame contents. More... | |
| unsigned int | inputPitch |
| Pitch of the input frames, in bytes. More... | |
| NvDsInferContextReturnInputAsyncFunc | returnInputFunc |
| Callback function for returning the input buffers back to the client. More... | |
| void * | returnFuncData |
| Pointer to the data to be supplied with the return NvDsInferContextReturnInputAsyncFunc callback. More... | |
| NvDsInferFormat NvDsInferContextBatchInput::inputFormat |
Format of the frame contents.
Definition at line 360 of file nvdsinfer_context.h.
| void** NvDsInferContextBatchInput::inputFrames |
Array of pointers to buffers for input frames.
The size of the array should be at least numInputFrames.
Definition at line 356 of file nvdsinfer_context.h.
| unsigned int NvDsInferContextBatchInput::inputPitch |
Pitch of the input frames, in bytes.
Definition at line 362 of file nvdsinfer_context.h.
| unsigned int NvDsInferContextBatchInput::numInputFrames |
| void* NvDsInferContextBatchInput::returnFuncData |
Pointer to the data to be supplied with the return NvDsInferContextReturnInputAsyncFunc callback.
Definition at line 367 of file nvdsinfer_context.h.
| NvDsInferContextReturnInputAsyncFunc NvDsInferContextBatchInput::returnInputFunc |
Callback function for returning the input buffers back to the client.
Definition at line 364 of file nvdsinfer_context.h.