Skip to content
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

Open
GijsLB opened this issue Dec 16, 2020 · 6 comments
Open

Help! BufferedCameraOV7670_QQVGA_10hz.h; No such file or directory #20

GijsLB opened this issue Dec 16, 2020 · 6 comments

Comments

@GijsLB
Copy link

GijsLB commented Dec 16, 2020

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

@indrekluuk
Copy link
Owner

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)

@GijsLB
Copy link
Author

GijsLB commented Dec 16, 2020

Hey! Both those libraries are allready installed; I did it manually. They also appear in Sketch > Include Library

@indrekluuk
Copy link
Owner

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 ""

@GijsLB
Copy link
Author

GijsLB commented Dec 17, 2020

Yes, I restarted the Arduino IDE after installing the libraries. By copying all the library content into the sketch folder ( ctr + k) (right?) there seems to be no difference, also after restarting the file. I must be doing something wrong. See the image I've attatched. The right two folders are the libraries, the left folder is the sketch folder. Many thanks
Probleem LiveOV7670

Greetings from Holland

@indrekluuk
Copy link
Owner

If you copy the content next to the .ino file then you should also change the <> to ""
For example
#include <BufferedCameraOV7670_QQVGA_10hz.h>
to
#include "BufferedCameraOV7670_QQVGA_10hz.h"

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.

@N8delta
Copy link

N8delta commented Nov 16, 2023

I have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants