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

SD card cannot read the data #515

Open naradashen opened 2 weeks ago

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