maximkulkin / esp32-homekit-camera

Firmware for esp32-camera module to act as Apple Homekit IP camera
MIT License
394 stars 78 forks source link

menuconfig #77

Closed mohammadrkh closed 3 years ago

mohammadrkh commented 3 years ago

Hi I’m a beginner There is a problem with menu config 1- I’ve done everything that is on readme but when I use make menuconfig command I get this “'make' is not recognized as an internal or external command, operable program or batch file.“ 2- So I used idf.py menuconfig and I get this: "CMakeLists.txt not found in project directory" 3- to fix that I added one the example’s CMakeLists.txt to esp32-homekit-camera folder then use idf.py menuconfig and it worked and also have camera configuration and HomeKit under component config but it doesn’t have the esp32 homekit camera and it doesn’t have RTCIO Configuration Thanks!

mohammadrkh commented 3 years ago

@maximkulkin I need help

maximkulkin commented 3 years ago

Well, in general, I do not recommend this to beginners. You need to have Make installed. Also, it seems that you're running some old ESP_IDF (pre-4.1) which does not have that option (and you might need to patch stuff to other components). Or upgrade to latest ESP_IDF

mohammadrkh commented 3 years ago

Tnx! I did the whole process several times and it finally worked just before I read your comment Tnx again