Jan 12, 2022 - version A1

- for esp32-arduino 2.0.2
- replace ftp with http file transfer and management
master
jameszah 2022-01-12 23:32:41 -07:00 zatwierdzone przez GitHub
rodzic 1d928bb214
commit 52f4c43792
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 25 dodań i 0 usunięć

Wyświetl plik

@ -14,9 +14,34 @@ TimeLapseAvi
jameszah/ESP32-CAM-Video-Recorder is licensed under the GNU General Public License v3.0
vA1 for arduino-esp32 2.0.2
v99 for arduino-esp32 1.0.6
v98 for arduino-esp32 1.0.4
## Update Jan 12, 2022 - esp32-arduino 2.0.2 and replace ftp with http file transfer
Version A1 - Jan 1, 2022
- switch from ftp to http file tranfer
https://github.com/jameszah/ESPxWebFlMgr/tree/master/esp32_sd_file_manager
- changes for esp32-arduino 1.06 -> 2.02
- added link to telegram to download completed avi with one-click
- delete low-voltage handler (serves no purpose)
- get rid of touch (not much used i think)
The esp32-arduino 2.0.2 contains some nicer camera code that clears away little glitches that used to pop up.
It is very clean now!
More commentary coming ... and refinements ... test it before you use it.
Also the newer quicker version (with fewer features) over at https://github.com/jameszah/ESP32-CAM-Video-Recorder-junior
You can download the videos to your computer or phone with just a click on the file from your browser -- no need for an ftp program anymore!
<img src="./vA1/newfm.jpg">
----
Note line 1413 -- this current version uses the WiFiManager for all WiFi setup. Change this line if you want to use the previous version of hardcoded ssid and password.
https://github.com/jameszah/ESP32-CAM-Video-Recorder/blob/f90207b74c8ac247ef20f3cde9664b5f80844a02/v99/TimeLapseAvi99x.ino#L1413