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
888 stars 209 forks source link

WARN sendChunks] Failed to send /data/MJPEG2SD.htm to browser #440

Closed Jack-Haywood closed 3 months ago

Jack-Haywood commented 4 months ago

[00:00:00.511 logSetup] =============== ESP-CAM_MJPEG 9.7.1 =============== [00:00:00.521 logSetup] Compiled with arduino-esp32 v2.0.17 [00:00:00.521 printResetReason] Power on reset [00:00:00.532 printWakeupReason] Wakeup by reset [00:00:00.748 infoSD] SD card type SDSC, Size: 971.5MB [00:00:00.749 listFolder] Sketch size 1.5MB [00:00:01.065 listFolder] File: /data/common.js, size: 38577 bytes [00:00:01.071 listFolder] File: /data/MJPEG2SD.htm, size: 91KB [00:00:01.076 listFolder] File: /data/configs.txt, size: 5853 bytes [00:00:01.236 listFolder] SD_MMC: 7.1MB used of 971.2MB [00:00:01.236 loadConfig] Load config [00:00:01.474 updateAppStatus] Enabling motion detection [00:00:01.482 setup] PSRAM size: 8.0MB [00:00:01.679 prepCam] Camera init OK for model OV2640 on board CAMERA_MODEL_AI_THINKER [00:00:01.936 setWifiSTA] Wifi Station IP from DHCP [00:00:01.951 onWiFiEvent] Wifi AP stopped: ESP-CAM_MJPEG_744B6FB865E4 [00:00:01.955 WARN startWifi] SSID not available, use AP [00:00:01.957 onWiFiEvent] Wifi AP SSID: ESP-CAM_MJPEG_744B6FB865E4 started, use 'http://192.168.4.1' to connect [00:00:04.788 startPing] Started ping monitoring - On [00:00:04.793 startWebServer] Starting web server on port: 80 [00:00:04.794 startWebServer] Remote server certificates not checked [00:00:04.794 startSustainTasks] Started 1 HTTP sustain tasks [00:00:04.804 prepUpload] File uploads will use FTP server [00:00:04.805 prepTelegram] Telegram not being used [00:00:04.853 updateAppStatus] Enabling motion detection [00:00:05.011 prepRecording] To record new AVI, do one of: [00:00:05.011 prepRecording] - press Start Recording on web page [00:00:05.011 prepRecording] - move in front of camera

[00:00:05.022 prepRecording] Camera model OV2640 on board CAMERA_MODEL_AI_THINKER ready @ 20MHz [00:00:05.032 checkMemory] Free: heap 99068, block: 73716, min: 99044, pSRAM 1489911 [00:00:05.033 loop] =============== Total tasks: 16 ===============

[00:00:07.272 isNight] Night time [00:00:09.790 resetWatchDog] WatchDog started using task: ping [00:00:16.170 onWiFiEvent] WiFi AP client connection [00:00:19.829 WARN sendChunks] Failed to send /data/MJPEG2SD.htm to browser [00:01:12.623 WARN sendChunks] Failed to send /data/MJPEG2SD.htm to browser

BeHappyYou commented 4 months ago

Have you changed the default Wifi AP SSID to your own SSID? Please check the connection on your router and if not already done, give it a fixed IP address.