Qt Quick and Intel RealSense
-
Hi, I am actually creating an app using Qt5.15(Qt quick), Visual studio 2019,C++ and the "im-show" example from the Intel RealSense SDK.
My principal question is : how to display my camera stream on my main app window ? Actually my program is creating another window view where it displays it :/
i want to display my stream on a specefic rectangle that i created on my app using a button but till now i don't know how to make it happe.
(All the examples i found are with Qt Widgets..)
-
-
Hi and welcome to devnet,
Did you check the Declarative Camera example ?
-
Good morning and thank you for your harm welcome !
Yes, i did but when i select the intel realsense depth cam nothing happens, it's like he can't read it.
I created a special rectangle to display my camera but i didn't found a solution to how to display on it from by c++ "backend" to my main app interface.
-
The start of the solution can be found on your other thread here.