Metadata-Version: 2.1
Name: camset
Version: 0.0.3
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
**GUI for v4l2-ctl**

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

**Description**  
This is a tool for easy GUI adjustments of the Video4Linux (V4L) settings on Linux, using v4l2-ctl as backend. 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

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

