net.luniks.linux.jv4linfo
Class V4L2Queryctrl

java.lang.Object
  extended bynet.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

Field Summary
private  int default_value
           
private  int flags
           
private  int id
           
private  int maximum
           
private  int minimum
           
private  java.lang.String name
           
private  int[] reserved
           
private  int step
           
private  int type
           
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
           
static int V4L2_CTRL_FLAG_DISABLED
           
static int V4L2_CTRL_FLAG_GRABBED
           
static int V4L2_CTRL_TYPE_BOOLEAN
           
static int V4L2_CTRL_TYPE_BUTTON
           
static int V4L2_CTRL_TYPE_INTEGER
           
static int V4L2_CTRL_TYPE_MENU
           
 
Constructor Summary
V4L2Queryctrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

V4L2Queryctrl

public V4L2Queryctrl()


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