|
| Author |
Message |
pvintal New Member
Joined: 25 Jun 2010 Posts: 3
|
Posted: Fri Jun 25, 2010 5:31 am Post subject: Interface IP Camera using Visual C++ (Fitivision / Encore) |
|
|
Hi all.
I would like to ask if it is possible to interface the ip camera in C++?
(w/o internet connection, connected locally)
models and links here:
(Fitivision model ICS101a)
http://www.fitivision.com/pdt/pdt1_1.htm
(Encore model ENVCWI-G1)
http://www.encore-usa.com/us/product/ENVCWI-G1
It seems that the camera that we have does not have an API or SDK. I've asked their customer support but all they gave me were CGI scripts.
I would like to know how to use interface this camera.. We intend to use it in our design project and we do not need it to be connected to the internet. I'm also using opencv library for the project (if it matters).
Hoping you can point me into the right direction. Thank you in advance and have a great day!
-Paul
|
|
| Back to top |
|
 |
pvintal New Member
Joined: 25 Jun 2010 Posts: 3
|
Posted: Mon Jul 05, 2010 10:47 pm Post subject: |
|
|
After days of trying to access the camera, still no go.
Last question though, the camera has an active x control named "ultracam jcam". Does anyone have an idea on how to use this active x control?
|
|
| Back to top |
|
 |
sadik007 Junky
Joined: 02 Dec 2009 Posts: 187
|
Posted: Tue Jul 06, 2010 4:31 am Post subject: |
|
|
you should be able to access then over cgi stream as network video stream.. Look over how VLC works
http://www.videolan.org/vlc/
have seen components for .net studio for these. some forum members have made there own software solutions.. (40thfloor)
|
|
| Back to top |
|
 |
pvintal New Member
Joined: 25 Jun 2010 Posts: 3
|
Posted: Thu Jul 15, 2010 10:39 am Post subject: |
|
|
thank you for your suggestion sadik!
i was able to access the camera using VLC by including the username and password for my camera.
something like:
http://uname:pword@169.254.1.1:80/cgi/mjpeg/mjpeg.cgi
now I'm trying to include my login details (uname and pword) using c++.
thanks again!
|
|
| Back to top |
|
 |
|