maximkulkin / esp32-homekit-camera

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

Compiled binary for instant flashing #62

Closed nixmeer closed 4 years ago

nixmeer commented 4 years ago

Hello :) is it possible to add a working binary to this repo that everyone can upload to the esp32 using the esptool.py?

Best :) Jan

pocketscience commented 4 years ago

The wifi config is set during make menuconfig so i don't think a pre-made binary is an option unless you were to move from a static wifi setup to something like wifi_config. Are you having trouble building a binary on your own? What errors are you seeing?

nixmeer commented 4 years ago

Well, I don't have the tool chain and idf installed yet and I try not do so. What other options are set there? Is it just wifi config to other settings as well?

pocketscience commented 4 years ago

There's a few other settings required such as camera module type, partition table etc. You really need to install the tools to use it...

nixmeer commented 4 years ago

A college of mine uses it at work, so we might do it there. But maybe a server, a little GUI and the thing opening up a wifi hotspot if it can't connect to a wifi network would be great. If corona stays around long enough, I might take a look at it

pocketscience commented 4 years ago

Sounds like a great project! Go for it!