https://github.com/gitanat/opencv_face_detection_screen_lock
Periodically monitors a webcam and locks your computer if a face is not detected (i.e.: you left your seat)
https://github.com/gitanat/opencv_face_detection_screen_lock
Last synced: about 1 year ago
JSON representation
Periodically monitors a webcam and locks your computer if a face is not detected (i.e.: you left your seat)
- Host: GitHub
- URL: https://github.com/gitanat/opencv_face_detection_screen_lock
- Owner: gitanat
- Created: 2015-02-05T17:57:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-05T18:02:00.000Z (over 11 years ago)
- Last Synced: 2025-02-05T10:14:40.346Z (over 1 year ago)
- Language: Python
- Size: 203 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This script periodically monitors a webcam and locks your computer if a face is not detected (i.e.: you left your seat).
Note this does not perform face *recognition*, which is a entirely different task.
The "xscreensaver" program is used to do the locking, but that can easily be adapted.
Dependencies:
- OpenCV and its python bindings (python-opencv in debian and derivatives)