NvDsPastFrameObjList

class pyds.NvDsPastFrameObjList

One object in several past frames. See NvDsPastFrameObj for example usage.

Variables
  • numObjint, Number of frames this object appreared in the past.

  • uniqueIdint, Object tracking id.

  • classIDint, 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 NvDsPastFrameObjList object as list of NvDsPastFrameObj. Contains past frame info of this object.