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
939 stars 216 forks source link

Error: disableRangeSlider is not defined #503

Closed limengdu closed 1 month ago

limengdu commented 1 month ago

I used the latest version of the code with XIAO ESP32S3 Sense, esp-arduino version 3.0.5. compiling and uploading went very smoothly, no problems. But when I use Chrome, I encounter Error: disableRangeSlider is not defined when I open the web page. then I can't click on anything to get the screen. image

s60sc commented 1 month ago

you may have an old common.js cached, otherwise ota latest

limengdu commented 1 month ago

Thanks for your help, I updated the data folder and the programme runs smoothly. But I can never get the sound of the recorded video on XIAO. I don't know where else I'm missing. uIpQHSHVs0 x5fNVqPJtH

s60sc commented 1 month ago

pins numbers transposed, a corrected version of audio.cpp uploaded