Hi,
ONVIF is a standard for security cameras. Programmers guide available here: http://www.openipcam.com/files/ONVIF/ONVIF_WG-APG-Application_Programmer’s_Guide.pdf
I need an application in .NET C# that can:
1) Discover camera on the network (page 12-15)
2) Check connection to device (page 16).
Application GUI will have list of discovered devices. User will select device from the list and press a button to check connection.
Once I can verify this works I will work on requirements f…
