I was supposed to develop a program in OpenCV which can capture image from Axis 207 IP Camera. So I was searching in google to find the normal way to capure image from Axis IP Camera. I found some solutions. Some people told that they used cvCreateFileCapture() or some other use Axis Media Controller SDK. I was trying to use those. Using cvCreateFileCapture() I got blank image and using Axis Media Controller SDK I got some error. But I was in hurry to solve this problem. Then I got an idea. You know that Axis IP camera has it's own web sever. In every 1 second it creates 20 image in it's web server. Then I was trying with "wget" command. But it didn't work. One my friend (Faruk Ahmed) remembered me a perl command which was normally used for downloading files. The perl command is "lwp-download". So I installed Perl in my System.
So from now you don't need to install any other driver to capture image from Axis IP Camera in any kind of system (Windows, Unix/Linux, Mac). Just install Perl and connect your camera. :-)
Here is a very simple OpenCV program to capture image from Axis IP Camera, convert it to grayscale and binary image in every 5 second.
/*
This simple program is written by Khandakar Mujahidul Islam.
Using this program someone can grab image from Axis IP Camera.
I used Axis 207 IP Camera.
*/
No, you don't have to put any lib. After installing Perl try to install "lwp-download" in command prompt (Windows)/ Terminal (Linux). If this command work, then you are done.
Hello Suzan My name is Joe. I living in Thailand. I have some problem about connect IP camera with visual c++. My camera is BOSCH NWC-0900. Could you pleas help me?
Google have released their Transliteration[1] service for most of the major South Asian Languages including (Bengali, Hindi, Tamil, Urdu etc.). Tonight I was just browsing Google Labs site to see what's new Apps from Google. Then I found this one. It is new. Released on November 16, 2009. Here I am attaching a screenshot of Google Transliteration
I was randomly visiting Ubuntu Forum today. Suddenly I found a link where someone sent a post regarding Boot Splash problem. After that someone replied in that post giving one of link in another site where I had given the solution. It reminds me those days when all the time I was busy with Linux. :-) I miss those days. I miss those people (Jamil Bhai, MAK Bhai) with
Though Google Street is first released at 2007, I just found it two/three weeks before. I like it :-). Now I can walk on the road beside the place where I'm staying; where I'm studying. It's funny. :-) View Larger Map If you want to know more about Google Street View and want to see some funny street view, you can see the following links. http://en.wikipedia.org/wiki/Google_Street_View http://maps.google.com/help/maps/streetview/ http://www.streetviewfun.com/
Comments
What are the include files that you use for this program?
Included header files are stdio.h, tchar.h, cv.h, cxcore.h and highgui.h.
I had put the header files within "<" and ">". But this blog does not show the file name if the name within arrow sign.
My name is Joe. I living in Thailand. I have some problem about connect IP camera with visual c++. My camera is BOSCH NWC-0900. Could you pleas help me?
joe
wirotep@hotmail.com
Can you please elaborate what kind of problem your are facing with your camera?
Suzan
lwp... is not recognized as internal or external command! what's the problem? thx