jameszah / ESP32-CAM-Video-Recorder

Video Recorder for ESP32-CAM with http server for config and ftp (or http) server to download video
GNU General Public License v3.0
453 stars 102 forks source link

SDCARD #61

Closed farisanaklumajang closed 2 years ago

farisanaklumajang commented 2 years ago
jameszah commented 2 years ago

Do you have this update:

image

https://github.com/jameszah/ESP32-CAM-Video-Recorder/blob/master/vA1/TimeLapseAviA1.5x.ino

https://github.com/jameszah/ESP32-CAM-Video-Recorder/commit/58dc7e9e64399e3efdad4af8c9db3a06b8ab7493

farisanaklumajang commented 2 years ago

Saya sudah memakai TImelapseAviA1.5x.ino,,,

farisanaklumajang commented 2 years ago

Screenshot_2022-01-24-18-59-12-815_org telegram messenger

RESTART SENDIRI ESP32NYA, TANPA MEREKAM ( KARNA TIDAK BISA MENGHAPUS FILE REKAMAN OLD )

jameszah commented 2 years ago

I made the changes for that file delete problem about a week ago. It was with a new version of the file 1.5x.

I have now changed the naming convention and called it 1x

This is the file you need:

https://github.com/jameszah/ESP32-CAM-Video-Recorder/blob/master/vA1/TimeLapseAviA1x.ino

Old versions can be seen here:

https://github.com/jameszah/ESP32-CAM-Video-Recorder/commits/master/vA1

farisanaklumajang commented 2 years ago

Oke siap, Nanti akan saya coba 👍

farisanaklumajang commented 2 years ago

Screenshot_2022-01-25-09-30-18-137_com miui gallery

Remove dir filed

jameszah commented 2 years ago

Try a quick-format in fat32 on a windows or mac.

You might have broken files that are filling up space that appears available.

And the root is "/sdcard" so my computer shows

/sdcard/20220125/snolens_2022-01-25_00.01.51_vga_Q12_I200_L1800_S1.avi

... so that unprintable ascii chars might mess it up.

https://github.com/espressif/arduino-esp32/blob/6a7bcabd6b7a33f074f93ed60e5cc4378d350b81/libraries/SD_MMC/src/SD_MMC.h#L41