Page 1 of 1

Esp-Eye build problem

Posted: Thu Jan 02, 2020 9:29 am
by lukasz139
Hi,

I am trying to build an example project for the Esp-Eye board. I have installed esp-idf and set up the environmental variables. I am able to build and test the example projects inside of the esp-idf/examples directory. I know that library components inside of the esp-who are necessary to use Esp-Eye, so I set up the esp-who directory as well. Unfortunately, the "detection_with_command_line" example project fails the build process.

I get the following error message:
  1. CMake Error at C:/Users/lhuch/esp-idf2/tools/cmake/component_utils.cmake:20 (message):
  2.   Required component esp32-camera is not found in any of the provided
  3.   COMPONENT_DIRS
  4. Call Stack (most recent call first):
  5.   C:/Users/lhuch/esp-idf2/tools/cmake/scripts/expand_requirements.cmake:95 (find_component_path)
  6.   C:/Users/lhuch/esp-idf2/tools/cmake/scripts/expand_requirements.cmake:114 (expand_component_requirements)
  7.   C:/Users/lhuch/esp-idf2/tools/cmake/scripts/expand_requirements.cmake:217 (expand_component_requirements)
  8.  
  9.  
  10. CMake Error at C:/Users/lhuch/esp-idf2/tools/cmake/idf_functions.cmake:338 (message):
  11.   Failed to expand component requirements
  12. Call Stack (most recent call first):
  13.   C:/Users/lhuch/esp-idf2/tools/cmake/project.cmake:173 (idf_import_components)
  14.   CMakeLists.txt:7 (project)
  15.  
  16.  
  17. -- Configuring incomplete, errors occurred!
  18. See also "C:/Users/lhuch/EspWhoWorkspace/New1/build/CMakeFiles/CMakeOutput.log".
  19. See also "C:/Users/lhuch/EspWhoWorkspace/New1/build/CMakeFiles/CMakeError.log".
  20. cmake failed with exit code 1
I have tried adding the component directory of esp-who to the EXTRA_COMPONENT_DIRS variable but without success. Any ideas?

Thanks in advance.