uvcctls - configuration tool for uvcvideo
uvcctls is a small python script to configure the controls of the uvcvideo driver.
The script will currently just add the controls described in the provided xml driver to the driver so that unicap can access them. Mappings - which are required for standard v4l2 applications - are currently not generated! Support for mappings are planned for a future versions.
Usage
The driver has to be loaded to use the script. Call it as follows:
sudo python uvcctls.py tisUVC.xml
If thas does not work because your system does not use the
sudo command, log in as root and call
the script without sudo.
