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 happen.
(All the examples i found are with Qt Widgets..)
-
Hi A Salhi
I recommend studying the links below as a starting point for creating a RealSense application with Qt 5.
-
In the second link, the RealSense user in that case shared their Qt project.
-
Hi MartyG Thank you for your answer, they are working with QtWidgets in the both projects :/
My actual problem is that i didn't found a solution to display the stream of the camera on my main app interface using c++ and Qml. On the SDK example they create another window to display it but in my case i want to link my main app interface with the intel camera, for that i created a specefic place on my app to display it but i still have an issue with..
-
If you are using QML, is the RealSense Qt reference below more helpful to you please?
Please sign in to leave a comment.
Comments
4 comments