Object Tracking
ERY
Posts: 5
How would I be able to track a moving object at distances of up to 50 ft with a camera on servos, being able to pan and tilt. Would the Boe-Bot CMUCam setup work or can I use some micro controllers with a CMUCam3 or other cam/motion sensor? The Boe-Bot CMUCam says it has the ability to control one servo, I would need two for pan and tilt. Would I be able to utilize another micro controller to accomplish the tilt? Please help!
Post Edited (ERY) : 9/12/2008 7:34:58 PM GMT
Post Edited (ERY) : 9/12/2008 7:34:58 PM GMT
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
I am using 3· of the Mini S models to track me in a center, left, right movement.· To track up and down as well, I should think you would need 2 more devices, making a total of 5 devices arranged in a ---->·· (a "*" ·=· Mini S sensor)··
··············································· *
············································ * * *
················································*
Angle the outside Mini S's to point up and down and left and right, leaving the center to point straight ahead.· A little overlap is ok, as you can write the code to interpet when there is a detection on the center, and to ignore the outsides sensors.· Only when one of the outside sensors has a detection, will the pan or tilt respond.··It does take some creative code writing to get the sensors and the pan/tilt motors to work together, but it can be down.
Deno