Deepstream-test3 opencv display

Hello,

It is possible to disable gstreamer display and show video stream with opencv in python? I am trying to do real time object detection process with deepstream to get bounding boxes and then process those boxes with opencv and display it.

Best regards.

In upcoming DS 5.0, we have sample about Using dsexample plugin to do opencv processing on image, then bbox overlay using OSD plugin, and rendering using nveglglessink plugin.