From 66d6e3a16140fdc7c63c9a447dfc2da70362041a Mon Sep 17 00:00:00 2001 From: luanhailiang Date: Thu, 21 Sep 2023 21:34:31 +0800 Subject: [PATCH] ..... --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 910b397..d1b8a2d 100644 --- a/app.py +++ b/app.py @@ -63,7 +63,7 @@ def worker(id,source,region=None,stream=False): try: cap = cv2.VideoCapture(source) if not cap.isOpened(): - print("Error opening video stream.") + print("Error opening video stream....") while True: ret, frame = cap.read() if not ret: