• A
    Fix error caused by keyboard module in blink detection example · 15ab2fae
    Aref Ariyapour 提交于
    Using the keyboard module in linux requires root permission and if virtual envs are used to run the script, it will produce the following error:
    
    ImportError(You must be root to use this library on linux.)
    
    To solve this, use OpenCV waitKey() functionality.
    15ab2fae
blink_detection.py 3.1 KB