Forum Rule: Always post complete source code & details to reproduce any issue!
-
Teensy 3.0 Camera Tracking?
Hi all,
I am working on a small robot that needs to be able to use an onboard camera to track/detect objects. I found this camera that I think should work: http://www.adafruit.com/products/397
This camera has video and picture output, at max resolution of 640x480 and min resolution of 160x120. There is also a pre-written Arduino library for the part, although it doesn't serve the purpose I need.
I was wondering, how feasible would it be to perform real time motion tracking with the Teensy 3.0? Without a computer along with it? I was worried about memory constraints, but could I use a separate memory chip to store video frames? And the programming would be a pain for me probably, how do you go about doing video tracking using raw code such as in the Arduino IDE?
I'm new to video processing completely, so any help would be appreciated. Sorry for the sparse info I've provided.
-
Senior Member
This is probably a job for a larger board, like Beaglebone Black.
-
If you can wait, the Pixy looks interesting and it is on kickstarter now - http://www.kickstarter.com/projects/...-vision-sensor
-
Member
Yeah you see there.. it's got it's own little dsp on there.
Same with the kinnect camera's dsp.
Very cool.
-
Using a board like the pixie with a Teensy3 would make a very interesting little system fro robotics.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules