maximkulkin / esp32-homekit-camera

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

No CMakeList.txt #90

Open painkiller996699 opened 3 years ago

painkiller996699 commented 3 years ago

Hello,

unfortunately I can not find the file "CMakeLists.txt". If I use a default file, then I do not have the setting "ESP32 HomeKit Camera". maybe you can add the appropriate "CMakeLists.txt"?

Thanks!

chrwh commented 3 years ago

Same issue here :-(

andrewsampaio commented 2 years ago

did you guys solved the CMakeLists.txt issue? I have the same issue. I was able to write my own and generate the EPS32 Homekit Camera menuconfig, but now i have problems compiling the solution.

chrwh commented 2 years ago

Sadly no, I've tried to make one, but i'm missing the "ESP32 HomeKit Camera" menu option, so can't make it work :-(

andrewsampaio commented 2 years ago

To solve the problem I just compile the whole thing with make (and not idf.py). Just download MSYS2 and follow the instructions on espressif’s site (look for build toolchain legacy GNU).

chrwh commented 2 years ago

Thanks, I just installed MSYS2, how do I proceed from there? I'm a bit lost here.

andrewsampaio commented 2 years ago

Just follow the instructions described here: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started-legacy/index.html If you select Windows, then you’ll see that they have a “all-in-one” solution with MSYS2 (https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started-legacy/windows-setup.html). If you download this package the only thing you’ll need to do is update the idf platform to the latest release (https://github.com/espressif/esp-idf). With MSYS2 and idf you should be able to follow the instructions and compile HomeKit camera.