tarina

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

commit 2c60f057fa7d4d183eff8fb13fa56c50b9a33e6c
parent c1617222415cb558231bed0e61768d391c3709a9
Author: rbckman <rob@tarina.org>
Date:   Fri, 10 Nov 2023 16:30:01 +0000

make beep work in multicamera

Diffstat:
Mtarina.py | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tarina.py b/tarina.py @@ -1122,7 +1122,10 @@ def main(): if time.time() - lastbeep > 1: longbeep(bus) beepcountdown = 0 - pressed = 'record' + if recordwithports == True: + pressed = 'record_now' + else: + pressed = 'record' print('exhausted from all beepings') if pressed == 'record' and recordwithports==False or pressed == 'record_now' or pressed == 'retake_now' or pressed == 'retake' and recordwithports==False or reclenght != 0 and t > reclenght: overlay = removeimage(camera, overlay)