NVIDIA DeepStream SDK API Reference

8.0 Release
NvDsInferContextBatchInput Struct Reference

Detailed Description

Holds information about one batch to be inferred.

Definition at line 500 of file sources/includes/nvdsinfer_context.h.

Data Fields

void ** inputFrames
 Holds a pointer to an array of pointers to input frame buffers. More...
 
unsigned int numInputFrames
 Holds the number of input frames, i.e. More...
 
NvDsInferFormat inputFormat
 Holds the format of the frame contents. More...
 
unsigned int inputPitch
 Holds the pitch of the input frames, in bytes. More...
 
NvDsInferContextReturnInputAsyncFunc returnInputFunc
 Holds a callback for returning the input buffers to the client. More...
 
void * returnFuncData
 A pointer to the data to be supplied with the callback in returnInputFunc. More...
 

Field Documentation

◆ inputFormat

NvDsInferFormat NvDsInferContextBatchInput::inputFormat

Holds the format of the frame contents.

Definition at line 508 of file sources/includes/nvdsinfer_context.h.

◆ inputFrames

void ** NvDsInferContextBatchInput::inputFrames

Holds a pointer to an array of pointers to input frame buffers.

The size of the array must be at least numInputFrames.

Definition at line 504 of file sources/includes/nvdsinfer_context.h.

◆ inputPitch

unsigned int NvDsInferContextBatchInput::inputPitch

Holds the pitch of the input frames, in bytes.

Definition at line 510 of file sources/includes/nvdsinfer_context.h.

◆ numInputFrames

unsigned int NvDsInferContextBatchInput::numInputFrames

Holds the number of input frames, i.e.

the size of the batch.

Definition at line 506 of file sources/includes/nvdsinfer_context.h.

◆ returnFuncData

void * NvDsInferContextBatchInput::returnFuncData

A pointer to the data to be supplied with the callback in returnInputFunc.

Definition at line 515 of file sources/includes/nvdsinfer_context.h.

◆ returnInputFunc

NvDsInferContextReturnInputAsyncFunc NvDsInferContextBatchInput::returnInputFunc

Holds a callback for returning the input buffers to the client.

Definition at line 512 of file sources/includes/nvdsinfer_context.h.


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