rzeldent / esp32cam-ready

Plug and Play firmware for the esp32cam. Connect with RTSP (for example VLC). Easy installation: Flash, provision and connect!
145 stars 24 forks source link

mqtt support #13

Closed tichaonax closed 2 years ago

tichaonax commented 2 years ago

Great work!, do you have any plans to introduce mqtt support and add automatic discovery say with Homeassistant. It would be a cool feature especially if you can add motion detection without IR components. There are some examples out there but I like your approach; clean and easy to read/understand.

rzeldent commented 2 years ago

Hi Tichaona,

Thank you, glad you like it. However, I have no plans to add MQTT support. This project only to expose the RTSP stream of the esp32cam (and access it directly). You can take a look at the project https://github.com/rzeldent/esp32cam-persondetection that does person detection using TF. Maybe in the future but will be a separate project for sure...

Regards,

rzeldent