Menu

Tree [279e2c] master /
 History

HTTPS access


File Date Author Commit
 images 2009-09-12 Vasily Khoruzhick Vasily Khoruzhick [2d1017] Added icon (and its license) and desktop file.
 src 2014-01-28 Antti Palosaari Antti Palosaari [279e2c] Write unknown control text when control is not ...
 .gitignore 2009-09-09 Vasily Khoruzhick Vasily Khoruzhick [cbf376] Added build to .gitignore
 CMakeLists.txt 2010-01-23 Vasily Khoruzhick Vasily Khoruzhick [c68a1a] Bump version
 COPYING 2009-06-20 Vasily Khoruzhick Vasily Khoruzhick [6be748] Initial version
 COPYING.images 2010-01-23 Vasily Khoruzhick Vasily Khoruzhick [b58744] Update Copyright notice
 README 2009-08-19 Vasily Khoruzhick Vasily Khoruzhick [4b2a66] Moved to CMake
 TODO 2009-12-11 Vasily Khoruzhick Vasily Khoruzhick [177e9f] Update TODO
 v4l2ucp.desktop 2009-12-11 Vasily Khoruzhick Vasily Khoruzhick [b40f2c] We don't need desktop-file generator anymore
 v4l2ucp.png 2009-09-12 Vasily Khoruzhick Vasily Khoruzhick [2d1017] Added icon (and its license) and desktop file.

Read Me

v4l2ucp - A universal control panel for all Video for Linux Two (V4L2) devices.

This is port of an original v4l2ucp to Qt4 library. Original version was written
Scott J. Bertin.

This software is written in C++ using Qt4 libraries on Linux. It reads a
description of the controls that the V4L2 device supports from the device,
and presents the user with a graphical means for adjusting those controls.
It allows for controlling multiple devices. There is an easy way
to reset one or all the controls to their default state.

A list of device files can be given on the command line. If no files are
given, the program will check the V4L2UCP_DEV environment variable. If it
is set, that file will be opened. Finally, it will try to open /dev/video0
if nothing else was specified. If no devices can be opened, the program will
exit.

In addition to the standard Qt arguments, v4l2ucp will also recognize -h and
--help. These will print a brief usage summary and exit.

To build this software invoke:
mkdir build
cd build
cmake ..
make