hi
i have an ip camera
it's AVTECH 314
now i have this url to connect to it
http://192.168.1.10//Live/mjpeg
but i don't know how can i connect to it by my c# application
i want to process this frames and i don't need to save them
at all is it necessary to save frames if i want to process them?
i review demos on the internet
like camera vision, Ispy , etc
but i can't do it
any suggestion?
thanks in advance
Loading
Timothy WalkerPosted Nov 5, 2014, 9:06 AM
If you are not averse to use a third party .NET SDK, it is worth to take a look at the following guide: How to connect to an ONVIF camera and display the image in C#. It demonstrates how to implement a C# application that can be used to connect to your IP camera and display its image.
This camera software supports AVTECH cameras: more information on how to connect to your AVTECH IP camera.
Bahar JalaliPosted Feb 26, 2012, 1:19 AM
Suthish NairPosted Feb 19, 2012, 3:39 PM