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

Proper memory control in gSoap

I'm currently developing application using gSoap library and has some misunderstanding of proper usage library. I has generated proxy object (-j flag) which wrapped my own classes, as you can see below. Application must work 24/7 and connect…
0
votes
1 answer

Do all cameras that are ONVIF compliant provide JPEG over RTP?

I'm reading ONVIF-Streaming-Spec-v210.pdf and section 5.1.4 JPEG over RTP describes the JPEG streams format over RTP. Does this mean that to be ONVIF compliant, an IP camera should provide this feature? In the other words, what are the chances that…
ioan ghip
  • 1,202
  • 2
  • 16
  • 27
0
votes
1 answer

How to set DiscoveryLookupBinding.url in onvif RemoteDiscovery

I'm trying to develop an Android APP to discover and access onvif cameras under VS2017 and Xamarin. By 'Add Web Reference', I added Web Reference of DeviceMgmt and RemoteDiscovery of onvif website. For generated DeviceMgmt code, there is…
Harrison
  • 313
  • 3
  • 15
0
votes
1 answer

onvif soap message request using jquery

I am trying to communicate with an onvif camera on the browser but have not success so far. Below is the code that i am using to communicate with the onvif camera. let soapMessage = ''…
Balakrishnan
  • 81
  • 2
  • 6
0
votes
0 answers

Error while setting Onvif Camera time

I am setting onvif camera time using odm dll but when i am calling SetSystemDateandTime it is giving me "400 bad request from server" error and i think this error arises due to wrong posix conversion of timezone. Here is my code: I am passing…
Naveen Verma
  • 367
  • 1
  • 5
  • 18
0
votes
1 answer

Change WDR settings ONVIF C#

I want to change WDR settings of Avigilon camera through ONVIF using Ozeki SDK. I have been looking into this website but could not find any helpful information to change WDR settings. Help please.
Michael
  • 51
  • 8
0
votes
1 answer

Why CreateRecording for onvif doesn't work?

I am trying to implement an ONVIF protocol CreateRecording but am constantly getting the response as env:Receiver
Junaid Farooq
  • 2,484
  • 5
  • 26
  • 63
0
votes
1 answer

IP-camera/light sensor Node.js

I have a Node.js server application which I would like to connect several IP-cameras to. I found out about the ONVIF IP-camera standard, but I find it hard to find cheap (less than 50€) ONVIF IP-cameras from Europe. Is there any other way of…
Waltari
  • 1,052
  • 1
  • 30
  • 64
0
votes
0 answers

How to find whether an Onvif IP camera supports NTSC vs PAL?

I have an Onvif compatible IP camera which may support different codecs and resolution. I can get information about the Streaming Profiles supported by the camera using GetProfiles API and get respective profile information in detail using…
Krishna Oza
  • 1,390
  • 2
  • 25
  • 50
0
votes
3 answers

Getting Live Video Stream from onvif Devices

im trying to get live stream from onvif devices my program searchs and finds cameras IP and onvif Port successfully,but in the next step to get device information i face this error : there was no endpoint listening at…
Mamo Ghandi
  • 77
  • 2
  • 10
0
votes
2 answers

RTSP: cannot get session identifier

I am trying to control an ip cam using a python script (I can see the stream with VLC or mplayer). After received OPTIONS and DESCRIBE informations, every SETUP I try give me an error: SETUP rtsp://192.168.0.41:554/xxxxxx RTSP/1.0 CSeq:…
DigPit
  • 1
  • 2
0
votes
1 answer

gSOAP and ONVIF NVT Namespace/Tag Issue

I'm trying to implement a ONVIF server (nvt) device using gsoap. I'm following the instructions and typemap.dat given in gsoap's website for code generation. I use "-P" and "-x" parameters for wsdl2h and "-S -i -x -w" for soapcpp2. Everything is…
0
votes
1 answer

get the lamp status of Onvif camera

I have an onvif camera and a toggle button to turn the lamp on and off. I use the tt:lamp|on style of commands sent to the Onvif endpoint. Is there a way to query the status of the camera and retrieve weather or not the lamp is on?
Sam
  • 200
  • 11
0
votes
1 answer

Onvif RTSP over HTTP

I`m trying to make an IP Camera to work with the onvif specification. (I try to develop the services on the camera, the server) The Camera does only support rtsp over http and I have no idea how to get this working with e.g. the Onvif test tool. I…
user3000289
0
votes
2 answers

Onvif - GetStreamUri says "XML well-formed violation occured"

How can I build Onvif GetStreamUrl message? I have tried millions of possibilities, here is one of them:
JochoM
  • 31
  • 5