Open avilleret opened 9 years ago
This is due to collision between mmal libs shipped with ofxCvPiCam and the one shipped with the pi. I have to remove the libs folder (and thus force to use the Jessie mmal lib) to fix this issue.
I have the same error in Jessie, renaming / deleting libs fixed it.
same error in Jessie - OF 9.
Could You please give explain deeper the fix you are using (remove the libs folder - renaming / deleting libs) ?
SImple step-by-step instruction would help me..
thanks a lot
cd ~/openframeworks/addons/ofxCvPiCam/ mv libs libs-old
This forces the compiler to use the version of mmal that ships with Jessie. The examples then compiled as normal and I was able to use ofxCvPiCam in my project.
Ok thanks a Lot.
Inviato da Libero Mail per Android Sabato, 21 Novembre 2015, 10:58AM +01:00 da crx091081gb < notifications@github.com> :
cd ~/openframeworks/addons/ofxCvPiCam/ mv libs libs-old This forces the compiler to use the version of mmal that ships with Jessie. The examples then compiled as normal and I was able to use ofxCvPiCam in my project. — Reply to this email directly or view it on GitHub .
Hi community!
Unfortunately, that didn't resolve it for me. Still getting this error:
80:12: error: ‘MMAL_PARAMETER_CLOCK_TIME_OFFSET’ undeclared (first use in this function)
I'm using Jessie and Rpi3
Any further ideas?
I got this error when building on Raspbian Jessie against of nightly build of 20150917 :