NvDsBatchMeta

class pyds.NvDsBatchMeta(self: pyds.NvDsBatchMeta) → None

Holds information a formed batched containing the frames from different sources.

property base_meta
property batch_user_meta_list

A list of items of type pyds.NvDsUserMeta in use in the current batch

cast(*args, **kwargs)

Overloaded function.

  1. cast(self: capsule) -> pyds.NvDsBatchMeta

cast given object/data to pyds.NvDsBatchMeta, call pyds.NvDsBatchMeta.cast(data)

  1. cast(self: int) -> pyds.NvDsBatchMeta

cast given object/data to pyds.NvDsBatchMeta, call pyds.NvDsBatchMeta.cast(data)

property classifier_meta_pool

pool of type pyds.NvDsClassifierMeta

property display_meta_pool

A pool of type pyds.NvDsDisplayMeta

property frame_meta_list

A list of items of type pyds.NvDsFrameMeta in use in the current batch

property frame_meta_pool

pool of type pyds.NvDsFrameMeta

property label_info_meta_pool

A pool of type pyds.NvDsLabelInfo

property max_frames_in_batch

maximum number of frames those can be present the batch

property meta_mutex

lock to be taken before accessing metadata to avoid simultaneous update of same metadata by multiple components

property misc_batch_info

For additional user specific batch info

property num_frames_in_batch

Number of frames present in the current batch

property obj_meta_pool

pool of type pyds.NvDsObjMeta

property reserved
property user_meta_pool

A pool of type pyds.NvDsUserMeta