NvDsDisplayMeta

class pyds.NvDsDisplayMeta

Holds information of display metadata that user can specify in the frame

property arrow_params

parameters of the line of polygon that user can draw in the frame. e.g. to set ROI in the frame by specifying the lines. Refer pyds.NvOSD_RectParams

property base_meta
cast(*args, **kwargs)

Overloaded function.

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

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

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

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

property circle_params

parameters of the line of polygon that user can draw in the frame. e.g. to set ROI in the frame by specifying the lines. Refer pyds.NvOSD_RectParams

property line_params

parameters of the line of polygon that user can draw in the frame. e.g. to set ROI in the frame by specifying the lines. Refer pyds.NvOSD_RectParams

property misc_osd_data
property num_arrows

Holds the number of arrows described.

property num_circles

Holds the number of circles described.

property num_labels

number of labels/strings present in display meta

property num_lines

number of lines present in display meta

property num_rects

number of rectangles present in display meta

property rect_params

Structure containing the positional parameters to overlay borders or semi-transparent rectangles as required by the user in the frame Refer pyds.NvOSD_RectParams

property reserved
property text_params

Text describing the user defined string can be overlayed using this object. @see pyds.NvOSD_TextParams