net.luniks.linux.jv4linfo
Class V4L2Queryctrl
java.lang.Object
net.luniks.linux.jv4linfo.V4L2Queryctrl
- public class V4L2Queryctrl
- extends java.lang.Object
Class to represent the struct v4l2_queryctrl.
NOTE: This class is incomplete and currently not used.
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_CTRL_TYPE_INTEGER
public static final int V4L2_CTRL_TYPE_INTEGER
- See Also:
- Constant Field Values
V4L2_CTRL_TYPE_BOOLEAN
public static final int V4L2_CTRL_TYPE_BOOLEAN
- See Also:
- Constant Field Values
V4L2_CTRL_TYPE_MENU
public static final int V4L2_CTRL_TYPE_MENU
- See Also:
- Constant Field Values
V4L2_CTRL_TYPE_BUTTON
public static final int V4L2_CTRL_TYPE_BUTTON
- See Also:
- Constant Field Values
V4L2_CTRL_FLAG_DISABLED
public static final int V4L2_CTRL_FLAG_DISABLED
- See Also:
- Constant Field Values
V4L2_CTRL_FLAG_GRABBED
public static final int V4L2_CTRL_FLAG_GRABBED
- See Also:
- Constant Field Values
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
type
private int type
name
private java.lang.String name
minimum
private int minimum
maximum
private int maximum
step
private int step
default_value
private int default_value
flags
private int flags
reserved
private int[] reserved
V4L2Queryctrl
public V4L2Queryctrl()
Copyright © 2004 Torsten Römer, dode@luniks.net