NVIDIA DeepStream SDK API Reference

4.0.1 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
NvDsInferContextBatchInput Struct Reference

Detailed Description

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...
 

Field Documentation

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

Number of input frames i.e.

size of the batch.

Definition at line 358 of file nvdsinfer_context.h.

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.


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