I’m working with GStreamer and the qtimlvdetection plugin for object detection using YOLO. I want to access the detected objects’ metadata, such as the label, confidence, and bounding box coordinates, and process it.
Currently, I’m using appsink to retrieve the metadata, but didn’t work properly
do you have other way to get metadata or Documents worth referencing