zolodickk commited on
Commit
c8d822c
·
verified ·
1 Parent(s): 4c2fcde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -93,7 +93,9 @@ class VideoStreaming(object):
93
  cap = cv2.VideoCapture(0)
94
 
95
  while True:
96
- if self._preview:
 
 
97
  if stop_flag:
98
  print("Process Stopped")
99
  return
 
93
  cap = cv2.VideoCapture(0)
94
 
95
  while True:
96
+ if True:
97
+ #if self._preview:
98
+ print("ayoub2")
99
  if stop_flag:
100
  print("Process Stopped")
101
  return