I was wondering if someone can help me figure out how i would get connection between Arduino duemilanove(ATmega 328) and webcam.
Another question is that if i get arduino wireless transmission APC220, i should be able to create wireless connection between pc and Arduino duemilanove ATmega 328 right.
The example only gives the camera the "trigger" signal to tell it to take a picture. You want the webcam to send the entire picture to the arduino, and then transmit it wireless to a computer.
the thing is if i do that then how will the camera know its red light now...i want to take an image when a car passes through red light...and then transmit that image to pc
the thing is if i do that then how will the camera know its red light now...i want to take an image when a car passes through red light...and then transmit that image to pc
Well, is this your project or the forum's project? I suggest you synchronize the cam with the traffic light. How you do this would appear to be part of the task you have assigned yourself to get a grade. They use to call it homework.
I am trying my best to explain what i want to do and i am new to almost everything that's why there is lot of confusion. I don't mean to make u ask me 20 questions
I am building everthing from scratch....basically what i want to build is a red light traffic camera and make a ticket by pulling information from database
I will build traffice lights using arduino duemilanove(ATmeg 328)
Have webcam to take an image if any car passes throgh red light
transmit image over to pc which will be saved as a file so it can be uploaded to a site
If you are doing this out in the Real World, remember that posting pictures of random members of the public (and especially if you are alleging that they ran a red light) is probably illegal and can get you (and your school) into big trouble.
Generally one can take photographs in public places where there is no general expectation of privacy (look at all the hollywood pix of Brittany Spears getting out of the car!). One can generally state the observable actions. The news media often uses terms like "alleged killer" instead of saying a person is a killer.
If you have a webcam to attach to your pc, you can start tinkering with taking the pix. Webcam2000 (free) is a simple web cam application that can supply single pix on request. Below is an old page of mine that shows a simple setup to take timed pix. The dhttp application can be replaced with a javascript application made using notepad.
What I would like to do is transmit live video from an rc glider/airplane in flight. clearly, an arduino can't handle this. Short of placing a laptop in the airplane, are there any suggestions? one friend suggested using the camera on a cell-phone, but then you have to pay for the data transfer every time. there are lots of small computers out there, many of them also very expensive. if the desired range is less than, say, 200 ft, any suggestions? less than 100m?
.. I suppose the main reason I posted here at all is that I really like the concept of arduino, open-source, and diy. if no arduino currently exists that can do this, perhaps it is time one was develloped?