From 6ee5616df939df17e2fe3ed5a377fcd845516cf0 Mon Sep 17 00:00:00 2001 From: jameszah <36938190+jameszah@users.noreply.github.com> Date: Wed, 1 Sep 2021 16:01:04 -0600 Subject: [PATCH] Sep 1, 2021 - update for arduino esp32 1.0.06 --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index eac9e1f..3686664 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,28 @@ TimeLapseAvi jameszah/ESP32-CAM-Video-Recorder is licensed under the GNU General Public License v3.0 +## Update Sep 1, 2021 - small update for arduino-esp32 1.0.6 + +Minimal update for arduino-esp32 1.0.6. + +The framesizes numbers changed which I had used on the http url command, so those were updated. +Add the new frame size HD (1280x720). +Some updates for the new SSL libraries to keep the telegram interface working. +You need all the files in the v99 folder. And Arduino esp32 board library set to 1.0.6. +You can still use the previous version with the esp32 board library set to 1.0.4. + + + +Lightly tested! + +More frequent updates with better code at these spin-offs of this original project. + +https://github.com/jameszah/ESP32-CAM-Video-Recorder-junior +This simple fast recording and streaming, with http just for information - no controls. + +https://github.com/jameszah/ESP32-CAM-Video-Telegram +This records and sends a short video to telegram on request or PIR event, using the telegram interface. + ## Update Jun 10, 2021 - new program to check out It records a video and sends it to your Telegram account - no SD card!