bkeevil / esp32-cam

A webcam firmware for ESP32 based camera modules
149 stars 43 forks source link

Support for IR motion sensor #34

Open mase76 opened 3 years ago

mase76 commented 3 years ago

Hi! Will there also be support for an IR motion sensor?

bkeevil commented 3 years ago

Its a possibility. Not a lot of free memory on these devices so all additional features should be something users enable in firmware via make menuconfig.

g8ecj commented 3 years ago

I'd be interested in motion detection (no need for IR) with the following main loop:

melvinisken commented 3 years ago

You could check out https://github.com/alanesq/CameraWifiMotion Maybe this has some of the features you are looking for.. I think it is not optimized for power save though..