tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit e9e71fa579901b6c4bcca5cdf49b05d767427dc0
parent 1a341d7ef90d7b1d0d97e9a695100132ac3d8983
Author: rbckman <rob@tarina.org>
Date:   Wed, 18 Oct 2023 13:14:10 +0100

try lower sleep

Diffstat:
Mtarina.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tarina.py b/tarina.py @@ -1008,7 +1008,7 @@ def main(): #time.sleep(2) a=a+1 if delayedstop: - time.sleep(0.1) + time.sleep(0.05) if delayedstop==cameras[0]: pressed='record_now' pressagain='insert_shot'