onvif Questions
3
Solved
I am planning to do a java onvif application. I have created a new project and generated sources from devicemgmt.wsdl.Also generated the classes from remote discovery.wsdl.
How can I discover a dev...
2
After first user was created (in my case with user name “root” and password “root”), AXIS P3301 (firmware 5.11.2) returns NotAuthorized soap fault, for any onvif-request:
<SOAP-ENV:Fault
SOAP...
Schug asked 3/3, 2011 at 11:36
2
I am trying to discover ONVIF devices with some Java code. Specifically, I am trying to get their device service address (which is just their IP address I believe?), as the ONVIF Core Spec notes (i...
Keaton asked 30/5, 2019 at 14:10
2
My company provides security and surveillance services to its clients and i was asked to do R&D on how we can use onvif api. I visited their operations page and relevant wsdl definitions for so...
Betti asked 10/5, 2012 at 12:1
2
I'm trying to create the stub of the wsdl http://www.onvif.org/onvif/ver10/device/wsdl/devicemgmt.wsdl using AXIS2/C (c++), using the following command:
./WSDL2CPP.sh -uri http://www.onvif.org/...
1
Hi i am trying to develop an android web service client consuming onvif web service , but I do not have any onvif camera in my hand. What I need is an onvif camera simulator , test tool ,(may be li...
2
My new surveillance camera just arrived, so I'm trying to write an app to live stream the video from it.
Since it came with basically no documentation, I installed the 'onvifer' android app which ...
Lvov asked 9/8, 2014 at 6:3
3
I'm working on Open Network Video Interface Forum-Java project and following the steps described in the ONVIF Application Programmer's Guide.
I have generated sources from the wsdls provided in ON...
Mauricemauricio asked 8/1, 2014 at 3:47
5
My question is about the ONVIF specification.
http://www.onvif.org/imwp/download.asp?ContentID=18006
In section 5.10, it says :
A service is a collection of related ports. This specification doe...
Allx asked 29/8, 2010 at 22:24
1
Solved
i have just started to delve into streaming libraries and the underlying protocols. I understand rtsp/rtp streaming and what these 2 protocols are for. But if we need the ip address, codec and the ...
3
Solved
Once I get a response back from the UDP Multicast Request to 239.255.255.250
I get back a ProbeMatch with an XAddrs http://10.10.10.10:1234/onvif/device_service
How do I now do the GetSystemDateA...
Disagreement asked 4/3, 2014 at 23:36
4
I need to create web service client in Java using Eclipse the consumes the onvif wsdl.
I spent several hours without finding a how to do that, this the first time I am using soap, my experience wa...
Lothians asked 10/1, 2012 at 4:6
1
I would like to send a video stream via an ONVIF protocol from an a H.264 stream or an IP camera (which has not a onvif protocol).
I have seen that a programmer's guide exists but does a open code ...
1
Solved
I'm developing an application that will probe ONVIF devices attached on network for auto-discovery. According to ONVIF Core specification SOAP format of Probe message is :
<?xml version="1.0" ...
Mawkin asked 16/11, 2012 at 12:0
2
Solved
we have network IP camera that supports ONVIF protocol. When I tried to get its PTZ configuration it gives Auth error. I am implementing this in C. Following are the request and response.
Request:...
Almedaalmeeta asked 29/5, 2012 at 6:10
2
Solved
I've camera SNC-CH110 from Sony. Default user is 'admin' and password is 'admin' too. My big problem is with authentication.
<SOAP-ENV:Fault>
<SOAP-ENV:Code>
<SOAP-ENV:Value>SO...
Dolan asked 25/2, 2012 at 18:30
1
Solved
My task is to try to establish a communication with a ONVIF camera in the building to, eventually, upgrade the company's domotic solution to automatically recognize ONVIF cameras and to be able to ...
Adkisson asked 12/4, 2011 at 16:2
1
© 2022 - 2024 — McMap. All rights reserved.