@ -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: