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
90
votes
3 answers

Issue with recording from the Open ONVIF (Network Video Interface Forum ) device

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 ONVIF site. I'm able to retrieve the live stream URI…
Neenu
  • 6,848
  • 2
  • 28
  • 54
12
votes
1 answer

How to discover onvif devices in C#

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 :
user1828855
  • 123
  • 1
  • 1
  • 6
11
votes
1 answer

ONVIF Authentication in .NET 4.0 with Visual Studios 2010

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 set them up and to use their services. I am already…
user704419
  • 291
  • 1
  • 3
  • 8
8
votes
2 answers

ONVIF: Authentication failure with AXIS P3301 using ONVIF protocol

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:
andrey.ko
  • 852
  • 1
  • 7
  • 17
8
votes
1 answer

onvif vs rtsp - difference

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 rtsp/rtp protocols to stream the video and audio…
man_luck
  • 1,605
  • 2
  • 20
  • 39
8
votes
2 answers

How to authenticate user in ONVIF?

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: "" …
Sarfraz Ahmed
  • 1,349
  • 6
  • 23
  • 43
7
votes
3 answers

ONVIF GetSystemDateAndTime Request

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 GetSystemDateAndTime and GetDeviceInformation Is this a TCP/UDP…
NewDev
  • 257
  • 1
  • 5
  • 18
7
votes
2 answers

How to use Onvif Api with survillence cameras

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 some of the operations. My quest so far suggests that…
Muhammad Adeel Zahid
  • 17,474
  • 14
  • 90
  • 155
6
votes
2 answers

ONVIF: Authentication failure with SNC-CH110 using ONVIF protocol

I've camera SNC-CH110 from Sony. Default user is 'admin' and password is 'admin' too. My big problem is with authentication. SOAP-ENV:Sender
Hyen
  • 67
  • 2
  • 6
6
votes
2 answers

AXIS2/C and ONVIF

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/onvif/ver10/device/wsdl/devicemgmt.wsdl and I get the…
hugo
  • 61
  • 3
6
votes
5 answers

ONVIF : How to form the device web service address from the IP address of an NVT

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 does not mandate any service naming principles. Lets say…
Rafales
  • 61
  • 1
  • 1
  • 3
6
votes
2 answers

RTSP 1080p live-streaming android client gets error (100,0)

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 allows you to browse the camera's capabilities. This…
Alain Collins
  • 16,268
  • 2
  • 32
  • 55
6
votes
3 answers

ONVIF - beginning of Device discovery

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 device in a network using theses generated…
Neenu
  • 6,848
  • 2
  • 28
  • 54
6
votes
1 answer

Open source code exists for ONVIF video stream on camera side? (not client side)

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 exists in java, C, javasript,etc?
user2780151
5
votes
0 answers

How to trigger motion detection event for camera via api with Synology Surveillance Station

I have a doorbird video doorbell with motion push button and PIR motion sensor. The camera can also provide a continuous feed which I'm recording via Synology Surveillance Station as a generic ONVIF camera. This ONVIF camera does not define the…
Paul George
  • 1,788
  • 16
  • 33
1
2 3
27 28