NvDsPastFrameObjBatch¶
- class pyds.NvDsPastFrameObjBatch¶
Batch of lists of buffered objects. See
NvDsPastFrameObj
for example usage.- Variables:
numAllocated – int, Number of blocks allocated for the list.
numFilled – int, Number of filled blocks in the list.
- cast(self: capsule) pyds.NvDsPastFrameObjBatch ¶
cast given object/data to
NvDsPastFrameObjBatch
, call pyds.NvDsPastFrameObjBatch.cast(data)
- list(self: pyds.NvDsPastFrameObjBatch) iterator ¶
Retrieve
NvDsPastFrameObjBatch
object as list ofNvDsPastFrameObjStream
. Contains stream lists.