@@ -153,6 +153,9 @@ def main(cam_id):
first = time.time()
last = first
+ cv2.namedWindow("Webcam Demo", cv2.WND_PROP_FULLSCREEN)
+ cv2.setWindowProperty("Webcam Demo",cv2.WND_PROP_FULLSCREEN,cv2.WINDOW_FULLSCREEN)
+
print("Running...")
while True:
now = time.time()