gstvideo.video_region_of_interest_meta
Module for [VideoRegionOfInterestMeta] class
Types 1
Extra buffer metadata describing an image region of interest
Fields
GstVideoRegionOfInterestMeta _cInstanceMethods
void * _cPtr()glib.types.Quark roiType() @propertyGet `roiType` field. Returns: GQuark describing the semantic of the Roi (f.i. a face, a pedestrian)void roiType(glib.types.Quark propval) @propertySet `roiType` field. Params: propval = GQuark describing the semantic of the Roi (f.i. a face, a pedestrian)int parentId() @propertyGet `parentId` field. Returns: identifier of its parent ROI, used f.i. for ROI hierarchisation.void parentId(int propval) @propertySet `parentId` field. Params: propval = identifier of its parent ROI, used f.i. for ROI hierarchisation.void addParam(gst.structure.Structure s)Attach element-specific parameters to meta meant to be used by downstream elements which may handle this ROI. The name of `s` is used to identify the element these parameters are meant for.gst.structure.Structure getParam(string name)Retrieve the parameter for meta having name as structure name, or null if there is none.