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:
@ -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 -----------------------------------------------------
|
||||
|
Reference in New Issue
Block a user