From 8ad2262cb2794e5b9bc37d7963e52bfa7ba02b03 Mon Sep 17 00:00:00 2001 From: jameszah <36938190+jameszah@users.noreply.github.com> Date: Mon, 24 Feb 2020 19:25:22 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a07d0e..d5b7d59 100644 --- a/README.md +++ b/README.md @@ -49,12 +49,12 @@ I will be borrowing a few of these good ideas in days to come! ## Update Sep 15, 2019 TimeLapseAvi39x.ino - work-in-progress -- I'm publishing this as a few people have been asking or working on this +- I'm publishing this as a few people have been asking or working on this - program now uses both cores with core 0 taking pictures and queueing them for a separate task on core 1 writing them to the avi file on the sd card - the loop() task on core 1 now just handles the ftp system and http server - dropped fixed ip and switch to mDNS with name "desklens", which can be typed into browser, and also used as wifi name on router - small change to ftp to cooperate with WinSCP program -- fixed bug so Windows would calulcate the correct length (time length) of avi +- fixed bug so Windows would calulcate the correct length (time length) of avi - when queue of frames gets full, it skips every other frame to try to catch up - camera is re-configued when changing from UXGA <> VGA to allow for more buffers with the smaller frames