An open API service indexing awesome lists of open source software.

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]

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 image

Todo
----

- Better subscript usage system. Imports are too hacky
- Some way to bring down CPU usage