removed old async read_updates in favor of silent frame grabbing. Added for loop handling. Set default framerate to infinite. Added no_display example.

This commit is contained in:
simleek
2020-04-07 22:06:52 -07:00
parent beb15b2869
commit 09c687ff42
12 changed files with 119 additions and 51 deletions

View File

@ -12,7 +12,8 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath(f'..{os.sep}..'))
sys.path.insert(0, os.path.abspath(f"..{os.sep}.."))
# -- Project information -----------------------------------------------------