steveyin commited on
Commit
b93a3d4
·
verified ·
1 Parent(s): 193e7c4

Update webapp.py

Browse files
Files changed (1) hide show
  1. webapp.py +1 -0
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()