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. [Solved] Qt wifi camera interfacing
Forum Updated to NodeBB v4.3 + New Features

[Solved] Qt wifi camera interfacing

Scheduled Pinned Locked Moved General and Desktop
12 Posts 2 Posters 4.3k 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.
  • SGaistS Offline
    SGaistS Offline
    SGaist
    Lifetime Qt Champion
    wrote on last edited by
    #2

    Hi,

    Wifi camera is a bit vague, you should at least give the model, how you use it, and whether there's a SDK or programming guide that comes with 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
    • A Offline
      A Offline
      aniljoby
      wrote on last edited by
      #3

      hai,
      I am using my android mobile as camera which uses 'Wifi Camera' app for sending the video to my PC through wifi communication network and not over internet.
      I am on the way of developing an app which access wifi port and the video.
      Can you post the code of accepting the video through wifi port.

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

        From a quick look over WiFi Camera Git repository, you have a web server setup to stream mjpeg images. So you can use a QNetworkAccessManager to get the data, then it's up to you to parse the data to retrieve the images

        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
        • A Offline
          A Offline
          aniljoby
          wrote on last edited by
          #5

          Thank you very much sir,
          Can you please post a sample code for the above.
          Please, i don't know its coding..

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

            Are you asking me to do your job ?

            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
            • A Offline
              A Offline
              aniljoby
              wrote on last edited by
              #7

              Nope, I want to know the keywords and steps to achieve the task.

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

                QNetworkAccessManager -> network part
                mjpeg -> image format that you are receiving

                Depending on the FPS you need, you will either have to implement a backend for QtMultimedia or use QImage and e.g. a QLabel to display your images.

                There's also OpenGL.

                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
                • A Offline
                  A Offline
                  aniljoby
                  wrote on last edited by
                  #9

                  Thank you...
                  Can we implement the same in QTQUICK?

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

                    Do you mean the network part + image decoding + preview ?

                    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
                    • A Offline
                      A Offline
                      aniljoby
                      wrote on last edited by
                      #11

                      Yes, complete or except network part..

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

                        The preview part, no problem, it's one of the thing QML is for.

                        For the rest, AFAIK, no, but i'd be happy to be proven wrong. QML is not meant to do everything, the idea is to create your GUI in QML and the core logic is in C++

                        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