Ubuntu

From Robert-Depot
Revision as of 16:54, 29 July 2013 by Rtwomey (talk | contribs) (Created page with " <<< back to Wiki Home =UVC / webcam control in ubuntu= ==v4l2-ctl== ===Installing=== *<code>sudo apt-get install v4l-utils</code> ===Using=== *set max zoom with c9...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<<< back to Wiki Home

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 settings:
    • v4l2-ctl --list-ctrls<code>

guvcview

  • comes installed.
  • launch it:
    • <code>guvcview
  • should give you full access to your camera controls.