Click here to Skip to main content
15,904,494 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to use onvif service in our dot net application for getting image
Posted

1 solution

You have to download the latest specs from ONVIF and use their WSDLs to generate code for calling the ONVIF compliant webservices http://www.onvif.org/Documents/Specifications.aspx[^]

I am not going to lie to you, there is quite a lot of work to do if you plan on supporting most of the features.

There is a company that have developed an application called ONVIF Device Manager and they have made the application and source code available on SourceForge: http://sourceforge.net/projects/onvifdm/[^]

You should take a look at the ONVIF Device Manager, but there is a lot of code and stuff to go through in order to figure out how it works.

Soren Madsen
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900