-
Notifications
You must be signed in to change notification settings - Fork 7.6k
LED Intensity support is missed in the example CameraWebServer #6790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Brownout trigger is not a software issue. It is a function in the ESP32 chip which triggers when the needed power supply voltage is under 3.3V |
@Jason2866 Agree, but this issue is typical for a CAMERA_MODEL_AI_THINKER ESP32-CAM board, even if power supply is good enough. So my suggestion - disable this detection for this particular board. |
I have this board too. It does work well with a good power supply. Not a single brownout. |
@Jason2866 If you will use intensive WiFi exchange of 1600*1200 streams with a enabled led you might got this too. Are you ever tried measure power consumption at different cases with multimeter & oscilloscope for this board? Onboard AMS1117 weak and not stable. |
I use highest possible resolution. Powering the device with a extern 3.3V power supply. |
I'm absolutely agree - disabling brownout detector not best choice, but better than nothing. Alternative - hardware fix or changing of initialization logic with a limiting peak power consumption. Anyway I suggest this part of code in PR only for AI-Thinker board (isolated by define block) and for me this work good enough. |
@DmytroKorniienko But you can do it in your own personal project when using Arduino as Component in an IDF project. Other Brownout discussions atnkolban/esp32-snippets#168 SW way to disable it - not testeduse at your own risk #863 (comment) |
Ok, I didn't test it myself - just that. |
The ESP32-CAM Flight Light LED Illuminator solution which everyone is awaiting is now resolved by the blog author and programmer Bye Renzo Thank you ;) |
Does anybody know the details of the Flash led . like name? |
Board
ESP32-CAM
Device Description
CAMERA_MODEL_AI_THINKER ESP32-CAM
Hardware Configuration
GPIO_NUM_4 // GPIO_NUM_4 = 4
Version
latest master (checkout manually)
IDE Name
Arduino IDE
Operating System
win10
Flash frequency
40MHz
PSRAM enabled
yes
Upload speed
115200
Description
LED Intensity support is missed, moreover brownout detector was triggered raised periodically for CAMERA_MODEL_AI_THINKER ESP32-CAM
Sketch
https://github.com/espressif/arduino-esp32/tree/master/libraries/ESP32/examples/Camera/CameraWebServer
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: