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
-
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
-
@SGaist I tried QtGstreamer earlier in Desktop. I need this application in IMX also. I think Crosscompiling QtGstreamer to target is very difficult.
-
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.