Displaying Realsense camera stream using QT quick
-
I have a realsence D435 Looking for help with the syntax I would need to interface a realsense camera (Operating from a python wrapper) with the QT quick format to show the stream from a box in a .qml GUI. I am wondering if i would either need to handle the streams in python and then convert the frame into a qimage or if I would be better attempting to interface directly.
I have the camera working in python but the QML camera type seems a bit daunting to attempt to write a source to stream directly. Issue is that there are two streams to worry about (RGB and depth) so I am a bit clueless.