s60sc / ESP32-CAM_MJPEG2SD

ESP32 Camera motion capture application to record JPEGs to SD card as AVI files and stream to browser as MJPEG. If a microphone is installed then a WAV file is also created. Files can be uploaded via FTP or downloaded to browser.
GNU Affero General Public License v3.0
936 stars 216 forks source link

Home Assistant MQTT camera device auto discovery #504

Closed gemi254 closed 1 month ago

gemi254 commented 1 month ago

Hi. I've made a Home assistantmqtt camera integrations. It will send mqtt discovery messages to automatically create a home assistant camera device inside mqtt devices. It will publish an image payload on motion detection that will be displayed on the dashboard.

s60sc commented 1 month ago

Thanks