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
""" | |
Continuous video recording using an Allied Vision camera. | |
Video is saved in mp4 format. | |
See "https://github.com/morefigs/pymba" to learn more about pymba wrapper. | |
Big part of the code is borrowed from their Examples directory. | |
I added a video writer object (OpenCV). | |
Also, frame number is being displayed in the same line. | |
""" | |
from time import sleep |