Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Onvif camera streaming and control in QT C++

    General and Desktop
    c++ qt onvif desktop
    3
    7
    1599
    Loading More Posts
    • 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.
    • I
      Imran Hassan last edited by

      I am new to ONVIF camera and SOAP. I want to build a Desktop application that can stream and control PTZ ONVIF camera device. I used an application in C# and its working.

      I want to use this in QT C++. I have tried to use some github codes but they have many problems related to some dependencies and libraries.

      Can anyone provide some good resource which can be useful for me to start this task?

      Best Regards

      jsulm 1 Reply Last reply Reply Quote 1
      • jsulm
        jsulm Lifetime Qt Champion @Imran Hassan last edited by

        @Imran-Hassan How is this camera controlled? Is there any client library or protocol specification?

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

        I 2 Replies Last reply Reply Quote 0
        • I
          Imran Hassan @jsulm last edited by

          @jsulm Camera is ONVIF controlled. Installing ONVIF device manager in windows 10, It is working fine as shown on the screen shot. Streaming and PTZ control.
          I want to access it using IP, username, and password for live streaming and PTZ control

          eda6618e-960e-4105-b251-300552ddb000-image.png

          jsulm 1 Reply Last reply Reply Quote 0
          • I
            Imran Hassan @jsulm last edited by

            @jsulm I am using Desktop Qt 5.14.2 MinGW 7.3.0 64-bit

            1 Reply Last reply Reply Quote 0
            • jsulm
              jsulm Lifetime Qt Champion @Imran Hassan last edited by

              @Imran-Hassan said in Onvif camera streaming and control in QT C++:

              I want to access it using IP, username, and password for live streaming and PTZ control

              That's why you need to know the protocol. I never used this camera, so don't know. Look for documentation.

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

              I 1 Reply Last reply Reply Quote 0
              • I
                Imran Hassan @jsulm last edited by

                @jsulm It uses GSOAP, or SOAP protocol to access.

                1 Reply Last reply Reply Quote 0
                • SGaist
                  SGaist Lifetime Qt Champion last edited by

                  Hi,

                  You might want to check KDAB's KDSoap library.

                  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 Reply Quote 1
                  • First post
                    Last post