You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is related to this issue. You would need to link OpenCV against FFMPEG when building since AWS Lambda does not have FFMPEG by default and this package does not include it.
CV good, but when I try to do:
vc = cv2.VideoCapture("foo.mp4")
I find that:
vc.get(cv2.CAP_PROP_FRAME_COUNT)
Is always returning 0.0
The text was updated successfully, but these errors were encountered: