Questions tagged [onvif]

ONVIF is established as a non-profit organization. It is an open industry forum for the development of a global standard for the interface of IP-based physical security products.

ONVIF is established as a non-profit organization. It is an open industry forum for the development of a global standard for the interface of IP-based physical security products.

ONVIF describes itself as the market's leading standardization initiative for IP-based physical security products. Founded in 2008, the forum already has more than 330 members, representing the majority of the world's largest manufacturers of network video equipment.

410 questions
0
votes
2 answers

In GSOAP, what is the difference between client and server mode?

I use GSOAP to implement a simple program that fullfills ONVIF discovery functionality. (The NVT, NVR part, not the Device Manager, i.e Client part) The program needs to 1) Send "ProbeMatch" messages in response to "Probe" messages of the ONVIF…
fercis
  • 611
  • 2
  • 12
  • 26
0
votes
1 answer

Simple SOAP client in Python

I'm attempting to write a simple SOAP client in Python that consumes a WSDL file. I've tried pysimplesoap and SUDS and both of these fail for various reasons. from pysimplesoap.client import SoapClient wsdl =…
CadentOrange
  • 3,263
  • 1
  • 34
  • 52
0
votes
1 answer

What is needed for minimalistic ONVIF video server?

What is needed to make a software video encoder - ONVIF server compatibel? Which services and methods at least should be implemented in it? I don't need the descovery services, there is also no PTZ capabilities available. I only want the ONVIF…
Max Walter
  • 11
  • 1
0
votes
2 answers

Generate working Onvif code with wsdl2cpp

I generated the DeviceMgmt stub from cmd with WSDL2CPP.bat -uri http://www.onvif.org/onvif/ver10/device/wsdl/devicemgmt.wsdl -u -d adb -o OutputDirectory The first time, I got an error like "No service was found" and I solved it by adding…
Straticiuc Vicu
  • 102
  • 3
  • 12
0
votes
1 answer

How to access SOAP header in C

I am new to SOAP and am trying to implement user authentication, i kindly request some help, Here is the XML request sent from client
Manu
  • 5,534
  • 6
  • 32
  • 42
0
votes
1 answer

Onvif - Invalid SOAP message or SOAP version mismatch

I have really been confused with Onvif Authentication. I have failed to execute onvif commands both on AXIS ans SONY cameras. Here is the code generating a request: procedure RebootDevice(dev: Device; Username, Password: string); var sdt:…
Vahid Nasehi
  • 455
  • 5
  • 9
0
votes
3 answers

Defining DeviceClient(Bind, endPointAddress)

I am trying to interface with ONVIF certified equipment, like being able to access simple device information. I have been trying to use the following code, provided by another member here: ONVIF Authentication in .NET 4.0 with Visual Studios…
Hugo Jimenez
  • 1
  • 1
  • 1
0
votes
2 answers

ONVIF Authentication Error?

I am writing an API in C for authenticating user using ONVIF. I write some code to make authentication header. But when I sent these headers the server respond that "The security token could not be authenticated or authorized" unsigned int nonce_int…
Sarfraz Ahmed
  • 1,349
  • 6
  • 23
  • 43
0
votes
1 answer

Authentication headers not working in ONVIF request?

I am writing an API in C for authenticating user using ONVIF. I write some code to make authentication header. But when I sent these headers he server respond that "The security token could not be authenticated or authorized" unsigned int nonce_int…
Sarfraz Ahmed
  • 1,349
  • 6
  • 23
  • 43
-1
votes
0 answers

Integration of onvif in web application in ASP.NET

Is there any way of integrating onvif protocol for PTZ camera controls into an ASP.NET web application? If yes, please provide the source code if you have it. ONVIF is only integrated with Windows application all over the internet
-1
votes
1 answer

How can a Qt ONVIF application be created?

I want to create an application to control camera parameters (users/ptz/get video). The camera is using the ONVIF protocol. I am using Qt framework 5.13. I found gsoap tool and .wsdl files from onfiv.com. Then i use guide from…
-1
votes
1 answer

Does the recieving end of an XML with an external namespace fetch the namespace?

like the title says, I am wondering if for example I send an endpoint some XML with the namespace being: 'http://www.external.com/customNS', would the receiving end fetch that namespace? I think logically the answer is yes (unless there are rules…
Thabet Sabha
  • 141
  • 1
  • 7
-1
votes
1 answer

Onvif camera streaming and control in QT C++ or VC++

I am new to ONVIF camera and SOAP. I want to build an 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 C++. I have tried to use some github codes but they have many…
Imran
  • 775
  • 7
  • 19
-1
votes
2 answers

What is the relation between ONVIF profiles and VideoSources?

Onvif device manager shows me three profiles for a 4k camera. All three have the same Video source configuration with resolution 4000x3000. All three profiles have different video encoders with resolutions : 3840x2160, 1920x1080, 720x480. I need…
Manish Jha
  • 40
  • 1
  • 10
-1
votes
1 answer

ONVIF: what is the command to focus in /out?

I have a camera that is ONVIF compatible. If I want to zoom in/out, I presently have to send this URL to the camera: http://192.168.2.88/cgi-bin/ptz_cgi?action=FocusAdd&steps=50&user=admin&pwd=admin This is proprietary to my camera so I would like…
E Demers
  • 103
  • 1
  • 8
1 2 3
27
28