**• Hardware Platform : GPU - 3090
**• DeepStream Version : 6.2
**• TensorRT Version : 8.5.3.1
**• NVIDIA GPU Driver Version : 525.85.12
**• Issue Type : bug
**• Graph Composer Version : 2.5.0
Hi,
I created a workflow that have 2 video inference object and an analytics object. (when i put the filter i received error so i deleted it). I can see roi, cross-line and crowded informations but i need to receive metadata and handle it. It is easy with python but i couldn’t understand how can i do with graph composer.
i want to access metadata and draw image (text like left top side “face”, bounding boxes) by python if possible.
I think it can made with probes, but i couldnt find any good doc or sample about probes and its implementations. Can you help please ?
Yes, i tried them and create an extension with first link, but they dont tells how to create custom extension, how to fetch metadata or show any example. In second link there is only cpp codes and scheduler things. I want python sources to fetch metadata.