Created
May 17, 2020 11:59
-
-
Save aravindpai/05223b1e6933bf1959c9ff7fac026fcf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#frame rate of a video | |
FPS=cap.get(cv2.CAP_PROP_FPS) | |
print(FPS) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment