Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. live video streaming and image processing
Forum Updated to NodeBB v4.3 + New Features

live video streaming and image processing

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
5 Posts 3 Posters 404 Views 3 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.
  • S Offline
    S Offline
    Sharon Royal
    wrote on last edited by
    #1

    I need to stream live video in my linux embedded board, after converting to gray scale and performing certain image processing.
    Which plugins in the qt are suitable for this application.

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

      Hi and welcome to devnet,

      AFAIK, none. Qt Multimedia is not a module for advanced streaming setup.

      What you are looking for is likely something like GStreamer which allows you to build custom pipelines that should allow you to do what you want.

      If you need to both visualize and stream, recent versions of Qt and the QMediaPlayer class allows for use of custom pipelines from within Qt.

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

      S 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi and welcome to devnet,

        AFAIK, none. Qt Multimedia is not a module for advanced streaming setup.

        What you are looking for is likely something like GStreamer which allows you to build custom pipelines that should allow you to do what you want.

        If you need to both visualize and stream, recent versions of Qt and the QMediaPlayer class allows for use of custom pipelines from within Qt.

        S Offline
        S Offline
        Sharon Royal
        wrote on last edited by
        #3

        @SGaist
        I need to process and stream with maximum speed.
        Does QTGstrteamer able to fulfill my need?

        Pablo J. RoginaP SGaistS 2 Replies Last reply
        0
        • S Sharon Royal

          @SGaist
          I need to process and stream with maximum speed.
          Does QTGstrteamer able to fulfill my need?

          Pablo J. RoginaP Offline
          Pablo J. RoginaP Offline
          Pablo J. Rogina
          wrote on last edited by
          #4

          @Sharon-Royal said in live video streaming and image processing:

          Does QTGstrteamer able to fulfill my need?

          Maybe you're in a situation to try and see...

          Upvote the answer(s) that helped you solve the issue
          Use "Topic Tools" button to mark your post as Solved
          Add screenshots via postimage.org
          Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          0
          • S Sharon Royal

            @SGaist
            I need to process and stream with maximum speed.
            Does QTGstrteamer able to fulfill my need?

            SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @Sharon-Royal said in live video streaming and image processing:

            @SGaist
            I need to process and stream with maximum speed.
            Does QTGstrteamer able to fulfill my need?

            Start with just GStreamer. The QtGStreamer bindings are deprecated.

            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

            • Login

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