Metadata-Version: 2.1
Name: camset
Version: 0.0.1
Summary: GUI for v4l2-ctl
Home-page: https://github.com/azeam/camset
Author: Dennis Hägg
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX
Requires-Python: >=3, <4
Description-Content-Type: text/markdown
Requires-Dist: PyGObject
Requires-Dist: opencv-python

# camset
**Simple GUI for v4l2-ctl**

![Screenshot](http://bufonaturvard.se/pics/camset.png)

**Description**  
This is a tool for easy GUI adjustments of the v4l2 settings on Linux. With this application you can tune your webcam (or other v4l device) settings. The changes will remain active when using the webcam in other applications, for example Skype.

**WIP but in a functional state**

**Dependencies**  
Python 3  
pip  
v4l2-ctl

For Ubuntu:  
1. `sudo apt-get install python3 python3-pip v4l-utils`  
2. `pip3 install camset`

