Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frame Count issue #8

Open
markoliverbrawn opened this issue Apr 16, 2018 · 2 comments
Open

Frame Count issue #8

markoliverbrawn opened this issue Apr 16, 2018 · 2 comments

Comments

@markoliverbrawn
Copy link

markoliverbrawn commented Apr 16, 2018

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

@MorganBDT
Copy link

I've been struggling with this exact same issue for a while - does anybody have a solution?

@TylerSandman
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants