bufer fix

This commit is contained in:
Radek
2026-03-12 13:07:41 +00:00
parent 853dceda87
commit 9703eb7b9a
2 changed files with 3 additions and 0 deletions
+3
View File
@@ -4,6 +4,9 @@ import hashlib
import secrets
import time
import argparse
import sys
sys.stdout.reconfigure(line_buffering=True)
def fetch_frame_opencv(url):
cap = cv2.VideoCapture(url)
View File