net.luniks.linux.jv4linfo
Class V4L2Control

java.lang.Object
  extended bynet.luniks.linux.jv4linfo.V4L2Control

public class V4L2Control
extends java.lang.Object

Class to represent the struct v4l2_control. Almost all fields and comments are taken from videodev2.h or the Video for Linux Two API Specification

Author:
Torsten Römer, www.luniks.net

Field Summary
private  int id
           
static int V4L2_CID_AUDIO_BALANCE
           
static int V4L2_CID_AUDIO_BASS
           
static int V4L2_CID_AUDIO_LOUDNESS
           
static int V4L2_CID_AUDIO_MUTE
           
static int V4L2_CID_AUDIO_TREBLE
           
static int V4L2_CID_AUDIO_VOLUME
           
static int V4L2_CID_AUTO_WHITE_BALANCE
           
static int V4L2_CID_AUTOGAIN
           
static int V4L2_CID_BASE
           
static int V4L2_CID_BLACK_LEVEL
           
static int V4L2_CID_BLUE_BALANCE
           
static int V4L2_CID_BRIGHTNESS
           
static int V4L2_CID_CONTRAST
           
static int V4L2_CID_DO_WHITE_BALANCE
           
static int V4L2_CID_EXPOSURE
           
static int V4L2_CID_GAIN
           
static int V4L2_CID_GAMMA
           
static int V4L2_CID_HCENTER
           
static int V4L2_CID_HFLIP
           
static int V4L2_CID_HUE
           
static int V4L2_CID_LASTP1
           
static int V4L2_CID_PRIVATE_BASE
           
static int V4L2_CID_RED_BALANCE
           
static int V4L2_CID_SATURATION
           
static int V4L2_CID_VCENTER
           
static int V4L2_CID_VFLIP
           
static int V4L2_CID_WHITENESS
           
private  int value
           
 
Constructor Summary
V4L2Control()
           
 
Method Summary
 int getId()
           
 int getValue()
           
 void setId(int id)
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

V4L2_CID_BASE

public static final int V4L2_CID_BASE
See Also:
Constant Field Values

V4L2_CID_PRIVATE_BASE

public static final int V4L2_CID_PRIVATE_BASE
See Also:
Constant Field Values

V4L2_CID_BRIGHTNESS

public static final int V4L2_CID_BRIGHTNESS
See Also:
Constant Field Values

V4L2_CID_CONTRAST

public static final int V4L2_CID_CONTRAST
See Also:
Constant Field Values

V4L2_CID_SATURATION

public static final int V4L2_CID_SATURATION
See Also:
Constant Field Values

V4L2_CID_HUE

public static final int V4L2_CID_HUE
See Also:
Constant Field Values

V4L2_CID_AUDIO_VOLUME

public static final int V4L2_CID_AUDIO_VOLUME
See Also:
Constant Field Values

V4L2_CID_AUDIO_BALANCE

public static final int V4L2_CID_AUDIO_BALANCE
See Also:
Constant Field Values

V4L2_CID_AUDIO_BASS

public static final int V4L2_CID_AUDIO_BASS
See Also:
Constant Field Values

V4L2_CID_AUDIO_TREBLE

public static final int V4L2_CID_AUDIO_TREBLE
See Also:
Constant Field Values

V4L2_CID_AUDIO_MUTE

public static final int V4L2_CID_AUDIO_MUTE
See Also:
Constant Field Values

V4L2_CID_AUDIO_LOUDNESS

public static final int V4L2_CID_AUDIO_LOUDNESS
See Also:
Constant Field Values

V4L2_CID_BLACK_LEVEL

public static final int V4L2_CID_BLACK_LEVEL
See Also:
Constant Field Values

V4L2_CID_AUTO_WHITE_BALANCE

public static final int V4L2_CID_AUTO_WHITE_BALANCE
See Also:
Constant Field Values

V4L2_CID_DO_WHITE_BALANCE

public static final int V4L2_CID_DO_WHITE_BALANCE
See Also:
Constant Field Values

V4L2_CID_RED_BALANCE

public static final int V4L2_CID_RED_BALANCE
See Also:
Constant Field Values

V4L2_CID_BLUE_BALANCE

public static final int V4L2_CID_BLUE_BALANCE
See Also:
Constant Field Values

V4L2_CID_GAMMA

public static final int V4L2_CID_GAMMA
See Also:
Constant Field Values

V4L2_CID_WHITENESS

public static final int V4L2_CID_WHITENESS
See Also:
Constant Field Values

V4L2_CID_EXPOSURE

public static final int V4L2_CID_EXPOSURE
See Also:
Constant Field Values

V4L2_CID_AUTOGAIN

public static final int V4L2_CID_AUTOGAIN
See Also:
Constant Field Values

V4L2_CID_GAIN

public static final int V4L2_CID_GAIN
See Also:
Constant Field Values

V4L2_CID_HFLIP

public static final int V4L2_CID_HFLIP
See Also:
Constant Field Values

V4L2_CID_VFLIP

public static final int V4L2_CID_VFLIP
See Also:
Constant Field Values

V4L2_CID_HCENTER

public static final int V4L2_CID_HCENTER
See Also:
Constant Field Values

V4L2_CID_VCENTER

public static final int V4L2_CID_VCENTER
See Also:
Constant Field Values

V4L2_CID_LASTP1

public static final int V4L2_CID_LASTP1
See Also:
Constant Field Values

id

private int id

value

private int value
Constructor Detail

V4L2Control

public V4L2Control()
Method Detail

getId

public int getId()

getValue

public int getValue()

setId

public void setId(int id)

setValue

public void setValue(int value)


Copyright © 2004 Torsten Römer, dode@luniks.net