Skip to content

Instantly share code, notes, and snippets.

@aravindpai
Created May 17, 2020 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aravindpai/05223b1e6933bf1959c9ff7fac026fcf to your computer and use it in GitHub Desktop.
Save aravindpai/05223b1e6933bf1959c9ff7fac026fcf to your computer and use it in GitHub Desktop.
#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