gonzopi

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

commit 3e60ba6cc22eb82bb93aba8620f9789b6a1fc3c0
parent 575af8db45238e1e086e1931d819b72c1dc736a3
Author: rbckman <rob@tarina.org>
Date:   Sat, 19 Apr 2025 13:09:04 +0100

this might breake multicamera but this approach is much better

Diffstat:
MVERSION | 2+-
Msrv/gonzopiserver.py | 3++-
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/VERSION b/VERSION @@ -1,2 +1,2 @@ -2.09 +2.10 Gilliam diff --git a/srv/gonzopiserver.py b/srv/gonzopiserver.py @@ -345,7 +345,8 @@ class index: if i.func == 'retake': print(i.func) if recording == False: - sendtocamera(ip,port,'RETAKE:'+shot) + #sendtocamera(ip,port,'RETAKE:'+shot) + sendtocamera(ip,port,'RETAKE') recording = True else: sendtocamera(ip,port,'STOPRETAKE')