commit aa2dc82dac016f1b08c0de8f9cebf05ca3fd61d3
parent 9c204fbf0eeb5d6682a7bfc2400ab0e0f560eaf3
Author: rbckman <rob@tarina.org>
Date: Sat, 19 Apr 2025 10:52:15 +0100
dont wait
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gonzopi.py b/gonzopi.py
@@ -6069,7 +6069,7 @@ def stoprecording(camera, rec_process):
# Close the FFmpeg process
time.sleep(0.5)
rec_process.stdin.close()
- rec_process.wait()
+ #rec_process.wait()
print("Recording complete!")
#-------------Beeps-------------------