Python Forum

Full Version: time counter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi guys, please I need help on how I can count time on a video output.
im using:
opencv python
raspberry pi3b+

a sample of what I want is something like https://youtu.be/OaPsl84ecrg?t=47
a time count feature. I tried using time.time() but its not even similar to this ^^. in the youtube video, it is named "count". thanks.