3

I am trying to do use some of the constants in the cv2.cv module like this:

fps = videoCapture.get(cv2.cv.CV_CAP_PROP_FPS)

However, the cv2.cv module doesn't seem to exist and I cannot import it in any other way. What can I do about it?

0

1 Answer 1

4

if that's opencv 2.4.8 - true. the cv2.cv module is no more available.

the constant you're looking for is: cv2.CAP_PROP_FPS

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.