Skip to content

Files

Latest commit

May 18, 2016
0c0a9a3 · May 18, 2016

History

History
17 lines (11 loc) · 512 Bytes

troubleshooting.md

File metadata and controls

17 lines (11 loc) · 512 Bytes

#Troubleshooting

Here are a couple of common issues and how to solve them.

###ofxCvPiCam If you run into compiler errors with the ofxCVPiCam library on RPi2. Its because the MMAL Libraries have changed slightly.

You can resolve these issues by following [this guide] (orgicus/ofxCvPiCam#3). Or for the short version just rename the libs folder in the ofxCvPiCam folder.

cd ~/openFrameworks/addons/ofxCvPiCam/
mv libs old-libs