Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Integrating Gstreamer Camera Output window and Qml window
Forum Updated to NodeBB v4.3 + New Features

Integrating Gstreamer Camera Output window and Qml window

Scheduled Pinned Locked Moved General and Desktop
qt5.5gstreamer1.0qmllinux
7 Posts 3 Posters 4.1k Views 2 Watching
  • 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 Offline
    L Offline
    lalvishnu12
    wrote on last edited by
    #1

    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
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      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
      0
      • SGaistS SGaist

        Hi,

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

        L Offline
        L Offline
        lalvishnu12
        wrote on last edited by
        #3

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

        ramnR 1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          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
          0
          • L lalvishnu12

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

            ramnR Offline
            ramnR Offline
            ramn
            wrote on last edited by ramn
            #5

            @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
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              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

              ramnR 1 Reply Last reply
              0
              • SGaistS SGaist

                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.

                ramnR Offline
                ramnR Offline
                ramn
                wrote on last edited by
                #7

                @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
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved