Python Forum
time counter - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: time counter (/thread-15797.html)



time counter - Muhammad - Jan-31-2019

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.