Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 568 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 568 Bytes

camsec

facial movement tracking via openCV

Installation

  1. Clone the repository locally on your device
git clone https://github.com/bakayu/camsec.git
cd camsec
  1. Install the dependencies
pip install -r requirements.txt
  1. Run main.py
python3 main.py

Usage

Note: camsec will calibrate when launched, sit still and look straight into the screen for proper calibration.

  • CAMSEC can be exited by pressing esc.
  • Face Mesh can be enabled/disabled by pressing m (Face Mesh will be active in the calibration window).