Tag Archives: raspberry pi
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.
Cross Compiling For Raspberry Pi – Part I
Developing code natively on the Raspberry Pi is not ideal for larger projects so I decided to explore cross compilation to attain better productivity. This post describes how I set up cross compilation using Ubuntu via Parallels 10 on OS X.
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.