-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile error on Rpi 3B+ Rasbian #13
Comments
Hi @RuolunWeng , Just had a quick look: It looks like there is a single error here:
I've just noticed the startThread method changed. The easiest fix will be to replace:
to
Unfortunately I won't be able to test on a device right now. If you have a keyboard/screen connected to your RPi and this still give you headaches you can take out ConsoleListener completely from the example: In
in
Hope this helps, |
Thanks @orgicus , After removing those lines, it outputs new error: |
@RuolunWeng This is a more serious error. that type is defined here: https://github.com/orgicus/ofxCvPiCam/blob/7e8af0acf8dd54243ad8251d1845202a2397e660/libs/mmal/src/interface/mmal/mmal_clock.h It is as if the compiler doesn't know about this file for some reason and it's unclear why at this stage. Unfortunately it will take me a while to get a 3B+ and test/debug properly. In the meantime can you please let me know which version of Raspian you're running and which version of OpenFrameworks you're using ? Thank you, |
this is the raspbian I use: and I am on the of_v0.10.1_linuxarmv6l Best |
Thanks Allen ! Regarding Raspian, when you get a chance can you send me what gets printed after you run As I mentioned, it will take me a while to properly get to the bottom of this. |
"
Thank you a lot, just take you time, I am a new user of Python but it's still interesting to try. |
Ps: |
I renamed the libs folder to libs-old as per this thread: #3 |
@davidaronson13 |
Dear ofxCvPiCam User:
I want to compile ofxCvPiCam (eg: example-ofxCvPiCamSimple) on my Raspberry 3B+, it outpouts error like this, any idea? Thanks!!
The text was updated successfully, but these errors were encountered: