NVIDIA DeepStream SDK API Reference

6.4 Release
RoiProcessedBuf Struct Reference

Detailed Description

Definition at line 125 of file seq_process_common.h.

Collaboration diagram for RoiProcessedBuf:

Data Fields

FullBatchBlockblock = nullptr
 
uint64_t blockOffset = 0
 
uint32_t startSeqIdx = 0
 
uint32_t processedSeq = 0
 
NvDsRoiMeta roiInfo
 
NvDsPreProcessUnit latestUnit
 
uint64_t latestFrameNo = FRAME_NO_NOT_SET
 
uint64_t nextReadyFrameNo = 0
 

Field Documentation

◆ block

FullBatchBlock* RoiProcessedBuf::block = nullptr

Definition at line 127 of file seq_process_common.h.

◆ blockOffset

uint64_t RoiProcessedBuf::blockOffset = 0

Definition at line 129 of file seq_process_common.h.

◆ latestFrameNo

uint64_t RoiProcessedBuf::latestFrameNo = FRAME_NO_NOT_SET

Definition at line 143 of file seq_process_common.h.

◆ latestUnit

NvDsPreProcessUnit RoiProcessedBuf::latestUnit

Definition at line 141 of file seq_process_common.h.

◆ nextReadyFrameNo

uint64_t RoiProcessedBuf::nextReadyFrameNo = 0

Definition at line 145 of file seq_process_common.h.

◆ processedSeq

uint32_t RoiProcessedBuf::processedSeq = 0

Definition at line 136 of file seq_process_common.h.

◆ roiInfo

NvDsRoiMeta RoiProcessedBuf::roiInfo

Definition at line 139 of file seq_process_common.h.

◆ startSeqIdx

uint32_t RoiProcessedBuf::startSeqIdx = 0

Definition at line 133 of file seq_process_common.h.


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