diff --git a/examples/python/demo.py b/examples/python/demo.py index aecac93..3343d32 100644 --- a/examples/python/demo.py +++ b/examples/python/demo.py @@ -51,7 +51,7 @@ cap.set(cv2.CAP_PROP_FRAME_HEIGHT, 480) # Changing the camera resolution introduce a short delay in the camera initialization. # For this reason we should delay the object detection process with a few milliseconds. -time.sleep(0.3) +time.sleep(0.2) while(True): ret, frame = cap.read()