On Mar 06, 2007, at 15:28 UTC, Youri wrote: > I need to "control", view/record the output of 2 to 3 remote cameras > (ie. isight, usb etc...) over an Internet connection.
Do you have control over the hardware? If so, there are webcams that have Ethernet ports and can be spoken to directly via TCP/IP. That'd probably be the easiest approach. > Nota : The control of the cameras might be an extension of the > project using little electrical motors that could be controled over > the connection as well. For that, you could put a computer near the cameras, connected via a serial adapter to something like a Pololu serial servo controller: <http://www.pololu.com/products/pololu/0207/>. Controlling this from RB is pretty easy, as I did in my "Giant House Eyes" project: <http://www.strout.net/info/robotics/projects/house-eyes.html> Or, you could maybe use something like a ETH32 to control servos directly over TCP/IP: <http://www.winfordeng.com/products/eth32.php> HTH, - Joe -- Joe Strout -- [EMAIL PROTECTED] Verified Express, LLC "Making the Internet a Better Place" http://www.verex.com/ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
