https://github.com/thesage21/cam-utils
Laptop camera utility scripts. [DEPRECATED]
https://github.com/thesage21/cam-utils
Last synced: about 1 month ago
JSON representation
Laptop camera utility scripts. [DEPRECATED]
- Host: GitHub
- URL: https://github.com/thesage21/cam-utils
- Owner: theSage21
- License: mit
- Created: 2016-07-31T09:48:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T07:30:10.000Z (over 8 years ago)
- Last Synced: 2025-01-28T21:29:32.799Z (3 months ago)
- Language: Python
- Homepage:
- Size: 13.2 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/haarcascade_frontalface_default.xml
Awesome Lists containing this project
README
Cam-Utils
=========Laptop camera utilities. **This is scheduled to merge into the Friday repo soon**
*NOTE*: Hogs CPU so you might want ot customize which scripts to run on each frame
Usage
------ `run.py` is the main entry point. Use `python run.py` to run the scripts.
- all other scripts must implement a `run` function and be explicitly imported in `run.py`Dependencies
------------OpenCV (tested with 3.1.0 and python3.5)
Subscripts
----------- `Face_Distance`: Distance of your face from the screen. Warns you if you get too close
- `screen brightness`: Adjust screen brightness based on luminance of camera imageTodo
----- Better subscript usage system. Imports are too hacky
- Some way to bring down CPU usage