nikshep01 commited on
Commit
3ebf735
1 Parent(s): 56facd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -70,8 +70,7 @@ def main():
70
  stframe.image(image_bgr, channels='BGR')
71
 
72
  # Break the loop if 'q' is pressed
73
- if cv2.waitKey(5) & 0xFF == ord('q'):
74
- break
75
 
76
  cap.release()
77
  cv2.destroyAllWindows()
 
70
  stframe.image(image_bgr, channels='BGR')
71
 
72
  # Break the loop if 'q' is pressed
73
+
 
74
 
75
  cap.release()
76
  cv2.destroyAllWindows()