-
Notifications
You must be signed in to change notification settings - Fork 91
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
Help! BufferedCameraOV7670_QQVGA_10hz.h; No such file or directory #20
Comments
copy "src/lib/LiveOV7670Library" and "src/lib/Adafruit_GFX_Library" to Arduino "libraries" folder (If you already have "Adafruit_GFX_Library" then you don't have to copy that) |
Hey! Both those libraries are allready installed; I did it manually. They also appear in Sketch > Include Library |
This is strange. Did you restart Arduino IDE after installing the libraries? Alternatively, you can try to copy all the content of the libraries into the sketch folder (next to the .ino file). You may be required to replace the #include <> with #include "" |
If you copy the content next to the .ino file then you should also change the <> to "" But did you at first copy the two libraries into the "C:\Users<your user name>\Documents\Arduino\libraries" folder? This is the correct location and it should work. It is strange that it didn't work for you. |
I have the same problem |
I have an error when I verify the whole project. The ExampleTftBufferedCameraFrame.cpp file shows an error as such above. I am quiet new to Arduino, but love to learn. Can someone help? :) thanks in advance
The text was updated successfully, but these errors were encountered: