I imported every file but I'm keep getting this error

Arduino: 1.8.19 (Windows 10), Board: "Arduino Uno"

ExampleTftBufferedCameraFrame.cpp:13:10: fatal error: BufferedCameraOV7670_QQVGA_10hz.h: No such file or directory

#include <BufferedCameraOV7670_QQVGA_10hz.h>

      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

compilation terminated.

exit status 1

BufferedCameraOV7670_QQVGA_10hz.h: No such file or directory

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Then you didn’t import it if compiler complains, the compiler is final authority here, what is says goes.

Where did you put the files you imported?

Is it this one: https://github.com/indrekluuk/LiveOV7670
You can download a *.zip file from Github and in the Arduino IDE install a library as a *.zip file.

After you download the project you have to move these two library folders to your 'Arduino/libraries/ folder:

Arduino/LiveOV7670/src/lib/LiveOV7670Library
Arduino/LiveOV7670/src/lib/Adafruit_GFX_Library

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.