Spaces:
Runtime error
Runtime error
Update webapp.py
Browse files
webapp.py
CHANGED
@@ -392,6 +392,7 @@ class DemoCase:
|
|
392 |
source=self.url_dict[self.cam_loc],
|
393 |
colorspace=None,
|
394 |
stream_mode=True,
|
|
|
395 |
logging=True,
|
396 |
# **options
|
397 |
).start()
|
|
|
392 |
source=self.url_dict[self.cam_loc],
|
393 |
colorspace=None,
|
394 |
stream_mode=True,
|
395 |
+
backend=cv2.CAP_GSTREAMER,
|
396 |
logging=True,
|
397 |
# **options
|
398 |
).start()
|