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 24 Sept 2015, 13:58 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
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 24 Sept 2015, 14:13 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 24 Sept 2015, 14:20
      0
      • S SGaist
        24 Sept 2015, 14:13

        Hi,

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

        L Offline
        L Offline
        lalvishnu12
        wrote on 24 Sept 2015, 14:20 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.

        R 1 Reply Last reply 21 Mar 2016, 18:28
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 24 Sept 2015, 14:21 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
            24 Sept 2015, 14:20

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

            R Offline
            R Offline
            ramn
            wrote on 21 Mar 2016, 18:28 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
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 21 Mar 2016, 21:44 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

              R 1 Reply Last reply 22 Mar 2016, 09:24
              0
              • S SGaist
                21 Mar 2016, 21:44

                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.

                R Offline
                R Offline
                ramn
                wrote on 22 Mar 2016, 09:24 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