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
1 answer

onvif with gsoap 2.8.62 version get error code (SOAP_EMPTY 52)

I get SOAP_EMPTY using gsoap, I have searched for a long time and had no answer,SOAP_EMPTY is newly added to gsoap,and it seems I'm the unlucky guy to meet this problem. Here is where my code come…
jimmy
  • 1
  • 4
0
votes
0 answers

Onvif authentication

It appears that Onvif authentication is a bit of a minefield! I read that SOAP WS-security was deliberately not included in Microsoft Web Services so people have to code it up... Not sure if this applies to HTTP digest as well? Before I begin to…
Richard
  • 101
  • 1
0
votes
1 answer

ONVIF : How to form the DeviceIO web service address from the IP address of an ONVIF supported IP camera

I have the IP address of an ONVIF supported IP camera,how do I form the address of the DeviceIO web service?
Soumya S
  • 13
  • 2
0
votes
1 answer

Get resolution from camera using onvif

I'm trying to get current video resolution from my onvif supported camera using GetVideoOutputs. When I run this implementation in a php script I'm getting the following error:- Array ( [Envelope] => Array ( [Header] => Array …
Soumya S
  • 13
  • 2
0
votes
1 answer

CreateRecording fails with "The RecordConfiguration is invalid" for Onvif Profile G device

I am trying to createRecording on Profile G device; The request body is as below:
bhavesh369
  • 319
  • 1
  • 2
  • 15
0
votes
1 answer

Ozeki SDK camera stream disconnecting

So I am building up an app for onvif IP camera, I have it set up like this: public partial class MainWindow : Window { private VideoViewerWPF _videoViewerWpf; private BitmapSourceProvider _provider; private IIPCamera _ipCamera; …
Pato Srna
  • 78
  • 11
0
votes
1 answer

Convert onvif stream to rtsp address in c#

I am developing a project using c#.in my project i should get the camera stream .So i use onvif to get the stream but i faced a problem .some of my camera can't support onvif and they support RTSP,and i have to use rtsp in my project to : Here is my…
Ehsan Akbar
  • 6,977
  • 19
  • 96
  • 180
0
votes
1 answer

How insert element to generated request?

I work with onvif wsdls. And I want to send request "Subscribe" with Filter. Filter contains TopicExpression. Request like this:
Vorobey.A
  • 143
  • 8
0
votes
1 answer

how to call web service functions

Nowadays, we see that some APIs are provided as web services. For example, ONVIF provides APIs in wsdl and xsd files from which gsoap generates sources. My question is that regardless of the context for which the API is generated, can we rely only…
hamidi
  • 1,611
  • 1
  • 15
  • 28
0
votes
0 answers

metadata of a redleaf camera is null

I can get video from video stream (id 0) of RedLeaf RLC-DF2013 camera, but I get no data on data stream (id 1). I expect that I get motion information in this stream, but I don't. What can be wrong? What steps I should follow to make the camera send…
hamidi
  • 1,611
  • 1
  • 15
  • 28
0
votes
1 answer

C++ ONVIF client

How can I connect to an ONVIF (IP) camera in C++, in order to take snapshots and play live stream? Is there a relatively simple way to obtain that (similar to Python ONVIFCamera package)? Thanks ahead, Shahar
Shahar Gino
  • 155
  • 3
  • 11
0
votes
1 answer

Integrate a streaming server with onvif protocol

I have set a streaming server on my raspberry pi to stream my camera over the network, i can stream the camera using a url like http://ipAddress:portNumber I want to build on that to make the Camera onvif compliant, how do I proceed? Thanks.
Mohammed Talat
  • 77
  • 2
  • 12
0
votes
1 answer

ONVIF GetStreamUri returns internal IP Address

I am trying to connect to an IP camera using Onvif. This camera is not in my network and has been made available to me through an external IP address. When using the 'GetStreamUri' function I get a RTSP link with the internal IP address of the…
0
votes
1 answer

get URL of the IP camera (Wireless Camera) connected to my WiFi Hotspot on Android

I have Wireless cameras connected to my WiFi hotspot on my Android device. I already have the IPs of the camera from /proc/net/arp. I am also able to run the video for known rtsp URLs, for testing cameras. But end user can connect to any cameras…
sgupta
  • 535
  • 4
  • 8
0
votes
3 answers

ONVIF wsdl service: unable to authenticate

I am developing a ONVIF driver using .NET 4 (Windows Forms, not WCF). I started importing WSDL files as a service in visual studio. So I am able to send command to a device in this way: HttpTransportBindingElement httpTransportBindingElement = new…
user4763353