This is a camera built around a ESP32-CAM. It allow to stream RTSP stream for your Video station like Synology for exemple. It have two sensors, a Pir sensor to detect mouvement and a photo-resistor to detect luminosity and control integrate flash LED. There is also a static relay to swith on a light or other actuators. It integrates a power supply.
You can found more information on my web site on this page
[I have used the great library of Kevin Hester-Chow] https://github.com/geeksville/Micro-RTSP/blob/master/README.md
I share also the drawing and the pcb in this repository.
Fork it Create your feature branch (git checkout -b my-new-feature) Commit your changes (git commit -am 'Add some feature') Push to the branch (git push origin my-new-feature) Create new Pull Request