stereo vision beagleboard

Hey

I'm using the Beagleboard for a computer vision system, anyone done
this before?

Yes, i´m using OpenCV.
Using QT embedded for the visual framework.

2010/7/22 Stefanie <stefanistrachan@gmail.com>

Hi, what do you use for image capturing?

Cheers

Yes. A suggestion: if you use OpenCV, use the HighGUI part only for debugging. It was never intended for production and its image capture on the BeagleBoard is way too slow.
Also, OpenCV version 1 seems to run much faster than version 2.
You can test all this with the lkdemo example that comes with the OpenCV distributions.
John

Stefanie wrote: