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

Where to find "esp_camera.h" #130

Closed
dibia65 opened this issue Mar 8, 2020 · 10 comments
Closed

Where to find "esp_camera.h" #130

dibia65 opened this issue Mar 8, 2020 · 10 comments

Comments

@dibia65
Copy link

dibia65 commented Mar 8, 2020

Pls can anyone help me with where to find the included esp_camera.h and all other included library in the example code of camera web server. I need it for me to better understand what is going on...thanks

@vvdevadass
Copy link

esp_camera.h exists in the following location in the same repo: driver/include/esp_camera.h
https://github.com/espressif/esp32-camera/blob/master/driver/include/esp_camera.h

If you are using arduino, for the rest of the libs, refer https://github.com/espressif/arduino-esp32/tree/master/libraries

@dibia65
Copy link
Author

dibia65 commented Mar 14, 2020

esp_camera.h exists in the following location in the same repo: driver/include/esp_camera.h
https://github.com/espressif/esp32-camera/blob/master/driver/include/esp_camera.h

If you are using arduino, for the rest of the libs, refer https://github.com/espressif/arduino-esp32/tree/master/libraries

So what you are saying is that these files do not exist in any directory in my personal computer

@me-no-dev
Copy link
Member

what he is saying is where the files are located in the source tree. Where you have downloaded that source tree on your computer, we have no clue. You did not say wether youy use Arduino or IDF and how you try to compile and run the code, so this is as much as anyone could say.

@Mayoogh
Copy link

Mayoogh commented Jul 10, 2020

@me-no-dev I have installed the ESP32 library on Arduino IDE using the additional board URL. But I am not able to find the esp_camera.h

@me-no-dev
Copy link
Member

@puyiot
Copy link

puyiot commented Dec 29, 2020

C:\Users\USER NAME\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.4\tools\sdk\include\esp32-camera\esp_camera.h

@me-no-dev
Copy link
Member

Did you have a look at the link right above your comment?

@deepu9876
Copy link

#include "esp_camera.h"
error: no such file or directory

@Viktorinno
Copy link

I have the same problem.
#include "esp_camera.h"
error: no such file or directory
I have tried all the links above, I can see its there but there is an error downloading it all the time.

@Naveeshdurairaj
Copy link

I have the same problem. #include "esp_camera.h" error: no such file or directory I have tried all the links above, I can see its there but there is an error downloading it all the time.

@Viktorinno how to solve this issue bro, please help me

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

8 participants