NvDsPastFrameObjBatch

class pyds.NvDsPastFrameObjBatch

Batch of lists of buffered objects. See NvDsPastFrameObj for example usage.

Variables
  • numAllocatedint, Number of blocks allocated for the list.

  • numFilledint, 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 of NvDsPastFrameObjStream. Contains stream lists.