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
Those who are waiting for a Bengali Spell Checker in FireFox, Ankur[1] Release Bengali (Bangladesh) Spell Checking Dictionary Add-On for FireFox, ThunderBird and SeaMonkey. You can find this
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