Fix video writing thread

This commit is contained in:
zbchu2
2024-07-14 00:43:45 +08:00
parent a826984ae3
commit baed9fe3f5

View File

@@ -278,7 +278,7 @@ if args.montage:
else:
write_buffer.put(lastframe)
write_buffer.put(frame)
write_buffer.put(None)
import time
while(not write_buffer.empty()):