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. Stream video from raspberry pi to Qt app on another raspberry pi
Forum Update on Tuesday, May 27th 2025

Stream video from raspberry pi to Qt app on another raspberry pi

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 534 Views 1 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.
  • M Offline
    M Offline
    mateus09
    wrote on 1 Sept 2020, 12:46 last edited by mateus09 9 Jan 2020, 12:47
    #1

    Hi, I'm developing app in which I would like to have camera preview. GUI will displayed on raspberry orginal display (for now I'm testing on Windows 10).
    My question is what tool (protocol or what it is called) do you recommend to use for streaming and how to recive it in Qt?
    I don't really have any special requirements - it can be even 1 fps but if it would be possible i would like to add image processing (finding chicken egg) later in time.
    Sorry if I wrote something not right but it is my first post. Also sorry for my english - it isn't my mother tongue.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 1 Sept 2020, 18:35 last edited by
      #2

      Hi and welcome to devnet,

      You can use GStreamer for that. You can start the server on your Pi and then connect your application remotely and locally to it.

      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
      • M Offline
        M Offline
        mateus09
        wrote on 2 Sept 2020, 11:14 last edited by
        #3

        Could you be more specific what tools should I use?
        Can I launch stream from raspberry using GStreamer like every tutorial shows and then watch it in Qt app?
        If I can, how should i do it? I've been reading something about QtGStreamer and that is included in Qt Multimedia. Is this right direction?

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 2 Sept 2020, 18:04 last edited by
          #4

          You can start your GStreamer pipeline either in the command line or using the GStreamer API.

          QtGStreamer is now unmaintained and was never part of QtMultimedia. There is a plugin for Qt in one of the plugin packages.

          Note that with recent versions of Qt, you can use custom GStreamer pipelines through the QMediaPlayer class.

          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

          1/4

          1 Sept 2020, 12:46

          • Login

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