Onvif camera streaming and control in QT C++
-
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
-
@Imran-Hassan How is this camera controlled? Is there any client library or protocol specification?
-
@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 -
@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.
-
Hi,
You might want to check KDAB's KDSoap library.