Society of Robots - Robot Forum
Software => Software => Topic started by: Kohanbash on June 01, 2007, 06:37:41 AM
-
Hi all
I need to interface a camera to a Linux computer running just a command line (ie. no GUI). Does anyone know how I can access that camera from another computer over the network using the Linux computer as some sort of gateway.
Thanks
-
You just need a program on the Linux system that reads frames from the camera device driver and converts them into files or streams. You might look at FFmpeg - http://ffmpeg.sourceforge.net/index.php
-
i have used both "webcam" and "motion" with good sucsess.
both are mentioned here: http://www.seismo.ethz.ch/linux/webcam.html (http://www.seismo.ethz.ch/linux/webcam.html)
"motion" has the advantage of having a built in webserver so it streams to any computer on your network (as well as loads of other functions).
dunk.
-
Thanks