ESP32 CameraWebServer example missing new LED Intensity slider on OV5640 version #10692
Open
1 task done
Labels
Status: Awaiting triage
Issue is waiting for triage
Board
ESP32-S
Device Description
ESP32 AI Thinker clone camera board
Hardware Configuration
OV5640 camera is attached instead of the default OV2640
Version
v3.0.6
IDE Name
Arduino IDE
Operating System
Windows 10
Flash frequency
80mhz
PSRAM enabled
yes
Upload speed
115200
Description
New LED intensity slider feature was added recently:
#7533
But it only works if the default OV2640 camera is attached. If a different lens is attached, a different index.html file is loaded, this file hasn't been modified to include the relevant led-group html code:
I have taken it upon myself to add it to the OV5640 code, which is stored in HEX format in the attached camera_index.h file. I have no idea how to do a commit or anything, so if anyone else wants to change it, here is the relevant modified section of camera_index.h from LINE 616 to END:
Sketch
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: