NvDsPastFrameObjBatch¶
- class pyds.NvDsPastFrameObjBatch¶
- Batch of lists of buffered objects. See - NvDsPastFrameObjfor 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 - NvDsPastFrameObjBatchobject as list of- NvDsPastFrameObjStream. Contains stream lists.