rzeldent / esp32cam-rtsp

Simple RTSP (streaming image) server for the ESP32CAM. Easy configuration and monitoring through the web interface.
612 stars 107 forks source link

ESP32-CAM: LED Flash not working #133

Open tzahari opened 2 months ago

tzahari commented 2 months ago

Hi, nice work! I found in issue #47 that I cloud enable the LED Flash with the /flash URL. But the requests failed and I can't find it in the source code? Also there is no hint to the URL / LED flash in the config page.

How can I enable the LED Flash?

Thanks Best Regards Thomas

Seele0oO commented 1 month ago

I get the same issue. image

rzeldent commented 1 month ago

Hi Thomas and Seele,

This was present in the initial version, 1.06. https://github.com/rzeldent/esp32cam-rtsp/releases/tag/1.0.6

This version only supported the ESPCAM.

This new version supports a whole range of devices, so this functionality was taken out. It can be put in again using defines but still has to be done... In the mean time take a look at the old version...

Regards!

tzahari commented 1 month ago

Thanks for your information