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

Error UtilsFS.cpp:263 #371

Closed ActivePro2 closed 7 months ago

ActivePro2 commented 7 months ago

My camera wil work fine for several days but then I can load up the link ok but when I try to stream I get a blank screen with this error.

110:04:57.483 ERROR @ utilsFS.cpp:263] Failed to open

Any idea’s please on why this happens

s60sc commented 7 months ago

if you switch off automatic deletion when full you have to do it manually

ActivePro2 commented 7 months ago

if you switch off automatic deletion when full you have to do it manually

That sorted it out, thank you

ActivePro2 commented 3 months ago

I would like to run two of the cameras on the same WI-FI, the code will name the second camera AP the same as the first, will this not be an issue as they will both want to use the same named AP ESP_CAM_MJPEG_18C7A6188534 or is there a way to rename the second camera please.

s60sc commented 3 months ago

Edit Config / Wifi / AP SSID name

ActivePro2 commented 3 months ago

Doh, I am stupid, I should have seen that you can rename the AP SSID many thanks for this sketch, it's the most comprehensive code with some great features that I have seen on the net