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

can't find esp32_idf_camera_app/components/esp-face/lib/lib*.a': 没有那个文件或目录 #2

Open
WJohnnyW opened this issue Mar 14, 2019 · 5 comments

Comments

@WJohnnyW
Copy link

whenever I make menuconfig or make flash ,it didn't work like this way 无法访问'/home/johnny/esp/esp32_idf_camera_app/components/esp-face/lib/lib*.a': 没有那个文件或目录

@botofancalin
Copy link
Owner

Use esp-idf v3.2 branch. NOT the master branch

@WJohnnyW
Copy link
Author

I have tried, but it still existed the same problem!!!

@botofancalin
Copy link
Owner

botofancalin commented Mar 16, 2019

Use sourcetree or gitCracken to visualize the branches and easyer switch between esp-idf branches.
Also clone the the esp32_idf_camera repository again and retry.

The files that you are lucking for are located in repository folder: https://github.com/botofancalin/esp32_idf_camera_app/tree/master/components/esp-face/lib

I just tested again and is working just fine:
idf_camera

@WJohnnyW
Copy link
Author

oh,thanks a lot. But,here I have the problem
spiram: SPI RAM enabled but initialization failed. Bailing out.
Camera probe failed with error 0x20001
2019-03-23 16-21-45屏幕截图

I can't appreciate more if you can help me solve this problem

@botofancalin
Copy link
Owner

What camera module are you using ?
The module have SPI ram installed on it ?

If you use this module:

m5camera

It don't have SPI ram on it. So even if you activate it from menuconfig, spiram can't be used.

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

2 participants