commit ec66c646738bb8722d39097ce3701c603c5aac32
parent 7746115d884b99d09b2efecfcf28e4435d4e34bb
Author: rob <rob@tarina.org>
Date: Thu, 24 Aug 2023 00:11:23 +0300
stopretake
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tarinactrl.py b/tarinactrl.py
@@ -185,7 +185,7 @@ def main(serverstatus):
if i not in camerasoff:
if a == camselected:
if recording == camselected:
- sendtocamera(i,port,'RETAKE')
+ sendtocamera(i,port,'STOPRETAKE')
recording=None
else:
sendtocamera(i,port,'RETAKE')
@@ -219,7 +219,7 @@ def main(serverstatus):
if i not in camerasoff:
if a == camselected:
if recording == camselected:
- sendtocamera(i,port,'REC')
+ sendtocamera(i,port,'STOP')
recording=None
else:
sendtocamera(i,port,'REC')