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

Odd things happening #514

Open Donbruno100 opened 3 weeks ago

Donbruno100 commented 3 weeks ago

Hi S60 Firstly I love your work, fantastic...just thought of sending you what I am seeing maybe you can figure this out , 20241102_100004 as I can't

Everytime I use the Pan and Tilt sliders I get a warning as per picture below however the cam and tilt works perfectly no problem at all, however this warning sign appears is it maybe an internal software line that I didnt insert true/false statement?? this happens evertime a slide the Tilt or Pan sliders thanks Regards Bruno

s60sc commented 3 weeks ago

thanks - spurious error, corrected mjpeg2sd.htm file uploaded

Donbruno100 commented 3 weeks ago

You're welcome and thanks to you....

On Sat, 02 Nov 2024, 13:39 s60sc, @.***> wrote:

thanks - spurious error, corrected mjpeg2sd.htm file uploaded

— Reply to this email directly, view it on GitHub https://github.com/s60sc/ESP32-CAM_MJPEG2SD/issues/514#issuecomment-2452962190, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBSTRZW4BCA6WWT3SSGGO3TZ6S2V7AVCNFSM6AAAAABRBQGQ5OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJSHE3DEMJZGA . You are receiving this because you authored the thread.Message ID: @.***>

Donbruno100 commented 3 weeks ago

Consider the issue sorted, works perfectly now...appreciated

On Sat, 02 Nov 2024, 13:39 s60sc, @.***> wrote:

thanks - spurious error, corrected mjpeg2sd.htm file uploaded

— Reply to this email directly, view it on GitHub https://github.com/s60sc/ESP32-CAM_MJPEG2SD/issues/514#issuecomment-2452962190, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBSTRZW4BCA6WWT3SSGGO3TZ6S2V7AVCNFSM6AAAAABRBQGQ5OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJSHE3DEMJZGA . You are receiving this because you authored the thread.Message ID: @.***>

naradashen commented 2 weeks ago

[00:00:47.926 startPing] Started ping monitoring - On [00:00:47.929 startWebServer] Starting web server on port: 80 [00:00:47.930 startWebServer] Remote server certificates not checked [00:00:47.940 resetWatchDog] WatchDog started using task: ping [00:00:47.940 getLocalNTP] Using NTP server: pool.ntp.org [00:00:47.951 WARN getLocalNTP] Not yet synced with NTP [00:00:47.951 WARN wgetFile] Open failed: /data/common.js [00:00:47.951 WARN setup] Startup Failure: Check SD card inserted [00:00:47.962 loop] =============== Total tasks: 12 ===============

[00:00:48.568 WARN fileHandler] File does not exist or cannot be opened: /data/MJPEG2SD.htm [00:00:50.717 WARN fileHandler] File does not exist or cannot be opened: /data/MJPEG2SD.htm

Can anyone explain why this happens?. I uploaded the data folder to the SD card and somehow it cannot read the files in it. I ran some test codes to see whether the SD is working. It does. If anyone knows the issue please help me