NvDsPastFrameObjList¶
- class pyds.NvDsPastFrameObjList¶
 One object in several past frames. See
NvDsPastFrameObjfor example usage.- Variables:
 numObj – int, Number of frames this object appreared in the past.
uniqueId – int, Object tracking id.
classID – int, Object class id.
objLabel – An array of the string describing the object class.
- cast(self: capsule) pyds.NvDsPastFrameObjList¶
 cast given object/data to
NvDsPastFrameObjList, call pyds.NvDsPastFrameObjList.cast(data)
- list(self: pyds.NvDsPastFrameObjList) iterator¶
 Retrieve
NvDsPastFrameObjListobject as list ofNvDsPastFrameObj. Contains past frame info of this object.