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
"""Template code for video frame processing. | |
Features: | |
- video source from files or webcams. | |
- automatically flip the frame if reading from webcam. | |
- built in video writer to output the processed result. | |
- built in FPS metter. | |
For more: https://github.com/yinguobing | |
""" |