Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Integrating Gstreamer Camera Output window and Qml window
-
Hi,
I am trying to create a qml application in Qt 5.5 to stream the camera output using Gstreamer 1.0 libraries (Not the existing Qml Camera). Now I am getting the gstreamer output and application window as seperate windows. How can I integrate gstreamer camera output window to Qml window ?
-
Hi,
The most straight forward would be to use QtGstreamer They provide QML elements to use
-
@SGaist I tried QtGstreamer earlier in Desktop. I need this application in IMX also. I think Crosscompiling QtGstreamer to target is very difficult.
-
I've ran it on the Raspberry Pi but I don't remember if I've cross-compiled it or compiled it natively
-
Sorry for posting in a old thread.
Do you have some code example to show how camera can be used along QtGstreamer and take photos / record videos please?
-
Hi and welcome to devnet,
You have links to examples here to connect a video sink. The rest of the pipeline handling is similar. You'll have to take a gstreamer pipeline as a base for that.
-
I couldn't find any examples related to camerabin. I've followed that examples to create a partial media player. Thanks