Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Integrating Gstreamer Camera Output window and Qml window

    General and Desktop
    qt5.5 gstreamer1.0 qml linux
    3
    7
    3571
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      lalvishnu12 last edited by

      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 ?

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        The most straight forward would be to use QtGstreamer They provide QML elements to use

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        L 1 Reply Last reply Reply Quote 0
        • L
          lalvishnu12 @SGaist last edited by

          @SGaist I tried QtGstreamer earlier in Desktop. I need this application in IMX also. I think Crosscompiling QtGstreamer to target is very difficult.

          ramn 1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            I've ran it on the Raspberry Pi but I don't remember if I've cross-compiled it or compiled it natively

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply Reply Quote 0
            • ramn
              ramn @lalvishnu12 last edited by ramn

              @lalvishnu12 @SGaist

              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?

              1 Reply Last reply Reply Quote 0
              • SGaist
                SGaist Lifetime Qt Champion last edited by

                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.

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                ramn 1 Reply Last reply Reply Quote 0
                • ramn
                  ramn @SGaist last edited by

                  @SGaist

                  I couldn't find any examples related to camerabin. I've followed that examples to create a partial media player. Thanks

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post