0

I'm tring to use, in an applcation (face recognition) in c#, to get real tine stream from my IP Camera "geovision gv-cb220", but I don't have success. Camera work fine while using IE browser. I have access to camera at 192.168.0.10, and there are user settings and password for access. Can anyone help me?
Thanks in advance

Jino
  • 345
  • 1
  • 2
  • 16
  • more details !!!!!!!!!!!!!!! – Yaser Jaradeh Mar 13 '14 at 11:49
  • how can I connect to IP camera, from a C# application (usign EMGU Cv)? For example private Capture capWebcam; capWebcam = new Capture("192.160.0.10");..... – Marcello Mar 13 '14 at 11:56
  • check this http://stackoverflow.com/questions/10144527/how-to-get-video-from-ip-camera-using-emgucv and this http://stackoverflow.com/questions/15934961/connect-to-ip-camera-using-emgu-cvs-capture-new-capture – Yaser Jaradeh Mar 13 '14 at 12:02
  • I'm trying capWebcam = new Capture ("http://username:password@[192.168.0.10]") but I catch the exception : Unable to create capture from username:password@[192.168.0.10 – user3415092 11 mins ago – Marcello Mar 13 '14 at 13:58
  • are you sure of the password and the username, and post the exception message and the inner exception as well – Yaser Jaradeh Mar 13 '14 at 14:13
  • exception message : "Unable to create capture from http://admin:admin@[192.168.0.10]" user and password are correct – Marcello Mar 13 '14 at 14:47
  • yes you said an exception is thrown !, what is the type of the exception and what is the message (google on howto get them if you dont know) – Yaser Jaradeh Mar 13 '14 at 14:48
  • as I wrote "Unable to create capture from [link]http:// admin:admin@192.168.0.10" – Marcello Mar 13 '14 at 15:09

0 Answers0