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?
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With