The webcam and external cam connection demo works well, but I'm getting the follwing error when playing a video (python3 video_demo.py --video gws.mp4)
File "video_demo.py", line 119, in
assert cap.isOpened(), 'Cannot capture source'
AssertionError: Cannot capture source
Thanks for the series on YT --well done!