Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,9 @@ class VideoStreaming(object):
|
|
| 93 |
cap = cv2.VideoCapture(0)
|
| 94 |
|
| 95 |
while True:
|
| 96 |
-
if
|
|
|
|
|
|
|
| 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
|