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

added CMakeLists.txt #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gautam-dev-maker
Copy link

Solved the issue by adding the CMakeLists.txt in the root directory

@CPHsieh
Copy link

CPHsieh commented Mar 30, 2021

I tried this but the pop up text menu has no "ESP32 HomeKit Camera " in menu.

@ychieux
Copy link

ychieux commented Jun 12, 2021

Same problem here: ESP32 Homekit Camera is missing from menuconfig
@CPHsieh @gautam-dev-maker
How should I proceed to get this item in the menu?

@vglucas
Copy link

vglucas commented Jul 17, 2021

@gautam-dev-maker @maximkulkin

I also do not see the ESP32 HOMEKIT CAMERA item in the menuconfig (use win 10)

help me

@andrewsampaio
Copy link

this is because of the same problem. There is no CMakeLists.txt inside the main folder. If you add one you'll see the esp32 camera menuconfig. The problem i have now is to correctly compile the solution (probably because I'm doing something wrong in my CMakeLists.txt).

@ejdprops
Copy link

After researching this extensively, what I've found is that the issue is requirements for using CMake to compile vs. Make. CMake requires several different files (CMakeLists.txt in Main as well as files for each of the components. Unfortunately, this version of esp32-homekit-camera was not configured to use CMake for compiling.

The best solution I've found so far is to use MSYS as outlined in Espressif's ESP-IDF documentation and compile using Make, as all the requisite files seem to be here.

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

Successfully merging this pull request may close these issues.

6 participants