Tag Archives: vision

Cross Compiling for Raspberry Pi – Part II

My attempt to cross compile a more complicated Raspberry Pi application, that uses the native OpenCV and the PiCamera libraries on the target system.

Raspberry Pi… Camera… Action!

The next step in the Blue Block Challenge is getting the simple object detect code that I’ve already developed on the Mac, running on the Raspberry Pi using the PiCamera via its MMAL C interface.

Using OpenCV for Simple Object Detection

As part of the Blue Block Challenge I’m using the OpenCV library to detect and track objects based on their color only. In the process I created an Mac application to help develop the algorithms.