Dear Developers,
As we know, the new Jetpack using nv3dsink plugin to replace nvoverlaysink when using gstreamer on Jetson Orin, while when we using nv3dsink with a command line: “”, it report an error. And when we using nv3dsink in a Qt project, we found we cannot bind the output window with a Qt Widget using “gst_video_overlay_set_window_handle”. How do we use nv3dsink differently from previous plugins?
Hi,
The plugin is tested and verified with X11. May not work properly with other GUI system. Since it is open source, you can download and build the plugin on your own. And try to enable it in QT.
You may also try nveglglessink or nvdrmvideosink(in non-GUI environment)
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.