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. Qt App for mjpeg stream from rasperry camera
Forum Updated to NodeBB v4.3 + New Features

Qt App for mjpeg stream from rasperry camera

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 2 Posters 1.3k Views
  • 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.
  • G Offline
    G Offline
    gblessed
    wrote on last edited by
    #1

    I am to build a desktop app that will allow me stream from the raspberry pi's camera through WiFi. Can you please point me on generally what I will need to do?

    jsulmJ 1 Reply Last reply
    0
    • G gblessed

      I am to build a desktop app that will allow me stream from the raspberry pi's camera through WiFi. Can you please point me on generally what I will need to do?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by jsulm
      #2

      @gblessed Easiest would probably to use https://wiki.videolan.org/LibVLC/
      If you want to do it by yourself start here: https://doc.qt.io/qt-5/qtnetwork-index.html

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • G Offline
        G Offline
        gblessed
        wrote on last edited by
        #3

        @jsulm thanks let me check it out

        1 Reply Last reply
        0
        • G Offline
          G Offline
          gblessed
          wrote on last edited by
          #4

          @jsulm when I add QWebEngine to my project it doesn't recognize it. Even when I QT += webenginewidgets I learnt its a compiler issue, but I don't know how to fix it. I have mingw64 and mingw32. Any links to a compatible compiler?

          jsulmJ 1 Reply Last reply
          0
          • G gblessed

            @jsulm when I add QWebEngine to my project it doesn't recognize it. Even when I QT += webenginewidgets I learnt its a compiler issue, but I don't know how to fix it. I have mingw64 and mingw32. Any links to a compatible compiler?

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @gblessed said in Qt App for mjpeg stream from rasperry camera:

            QWebEngine

            It needs to be installed separately as it is not part of default setup. Start the Qt Maintenance Tool go to the Qt version you're using and select "Qt WebEngine" there.

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            G 1 Reply Last reply
            0
            • jsulmJ jsulm

              @gblessed said in Qt App for mjpeg stream from rasperry camera:

              QWebEngine

              It needs to be installed separately as it is not part of default setup. Start the Qt Maintenance Tool go to the Qt version you're using and select "Qt WebEngine" there.

              G Offline
              G Offline
              gblessed
              wrote on last edited by
              #6
              This post is deleted!
              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