commit 0f1ff04e77c7c7ba0a2401af51fdc2929dffbbb2
parent 38663734296c875719f7bf34640cb5489305099f
Author: rob <rob@tarina.org>
Date: Thu, 26 Oct 2023 18:33:26 +0100
make placeholder if retake also
Diffstat:
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/tarina.py b/tarina.py
@@ -869,7 +869,12 @@ def main():
else:
sendtocamera(i,port,'RETAKE:'+str(shot))
camera_recording=camselected
- a=a+1
+ else:
+ if a==0:
+ pressagain='insert_shot'
+ else:
+ sendtocamera(i,port,'PLACEHOLDER')
+ a=a+1
elif pressed == "middle" and menu[selected]=="Sync SCENE":
for i in cameras:
if i != cameras[0]: