system
December 15, 2007, 10:57pm
1
Howdy,
I am looking for solutions for providing a remote camera
setup. I want to fetch images from the camera via usb, send
them out via ethernet.
I would like the hardware (and software) to be as open as
possible.
To someone with more experience than myself, does it sound
like Arduino would have a role in this?
If not, could someone suggest better locations to enquire?
Thanks,
Kent
system
December 16, 2007, 5:14am
2
The arduino could be setup to operate a camera and monitor a PIR sensor which would tell it when to snap a picture. It hasn't got the horse power to send that data over the internet without an expensive module. It can do bluetooth but that's even more expensive.
I think you're looking for a single board computer, something that can run UC linux and would be able to operate a usb web cam. Then all you'd need would be GSPY
Or better
Single board computers that run linux. IMHO avoid the jackasses that won't give you a price online.
Linux 1080P, 2K, 4K, 8K HD Wallpapers ✓ Must-View Free Linux Wallpaper Images - Don't Miss ✓ 100% Free to Use ✓ Personalise for all Screen & Devices.
wayoda
December 16, 2007, 9:55am
3
Hi Kent,
Howdy,
I am looking for solutions for providing a remote camera
setup. I want to fetch images from the camera via usb, send
them out via ethernet.
I have and like this board.
There is a tutorial for streaming pictures from a webcam to the wire-bound ethernet.
(sadly streaming over WLAN does not work yet on the FoxBoard)
Eberhard
system
December 16, 2007, 11:04am
4
The Arduino can do anything except the following:
It cannot create good sound. Old Nintendo style is the best you can get.
It cannot process video at all. Far too much data.
It cannot make you coffee (yet).
system
December 17, 2007, 12:36pm
7
Hi Kent,
Howdy,
I am looking for solutions for providing a remote camera
setup. I want to fetch images from the camera via usb, send
them out via ethernet.
I have and like this board.
Acme Systems srl
There is a tutorial for streaming pictures from a webcam to the wire-bound ethernet.
(sadly streaming over WLAN does not work yet on the FoxBoard)
Eberhard
I appreciate the responses.
It makes sense that to do what I want to do, it's best to start
with an operating system, there certainly are lots of choices.
The foxboard looks like a great place to start.
Thanks,
Kent