net.luniks.linux.jv4linfo
Class V4L2Control
java.lang.Object
net.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
V4L2Control
public V4L2Control()
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