Difference between revisions of "Ubuntu"
From Robert-Depot
(→Using) |
|||
Line 18: | Line 18: | ||
**<code>guvcview</code> | **<code>guvcview</code> | ||
*should give you full access to your camera controls. | *should give you full access to your camera controls. | ||
+ | |||
+ | =Make a Portable UBUNTU installation= | ||
+ | #make a live ubuntu usb disk. [http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx directions] |
Revision as of 14:44, 24 August 2013
Contents
UVC / webcam control in ubuntu
v4l2-ctl
Installing
sudo apt-get install v4l-utils
Using
- set max zoom with c920:
v4l2-ctl -c zoom_absolute=200
- set max tele with c920:
v4l2-ctl -c zoom_absolute=100
- list all controllable settings:
v4l2-ctl --list-ctrls<code>
guvcview
- comes installed.
- launch it:
- <code>guvcview
- should give you full access to your camera controls.
Make a Portable UBUNTU installation
- make a live ubuntu usb disk. directions