diewald_PS3.constants
Enum PS3_PARAM

java.lang.Object
  extended by java.lang.Enum<PS3_PARAM>
      extended by diewald_PS3.constants.PS3_PARAM
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<PS3_PARAM>

public enum PS3_PARAM
extends java.lang.Enum<PS3_PARAM>

PS3_PARAM contains a list of all available video-parameters and their min/max values.

Author:
thomas diewald (c) 2011

Enum Constant Summary
AUTO_EXPOSURE
          0 to 1
AUTO_GAIN
          0 to 1
AUTO_WHITEBALANCE
          0 to 1
EXPOSURE
          0 to 511
GAIN
          0 to 79
HFLIP
           
HKEYSTONE
           
LENSBRIGHTNESS
           
LENSCORRECTION1
           
LENSCORRECTION2
           
LENSCORRECTION3
           
ROTATION
           
VFLIP
           
VKEYSTONE
           
WHITEBALANCE_BLUE
          0 to 255
WHITEBALANCE_GREEN
          0 to 255
WHITEBALANCE_RED
          0 to 255
XOFFSET
           
YOFFSET
           
ZOOM
           
 
Method Summary
 int getIndex()
           
 int getMaxVal()
           
 int getMinVal()
           
static PS3_PARAM valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PS3_PARAM[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

AUTO_GAIN

public static final PS3_PARAM AUTO_GAIN
0 to 1


GAIN

public static final PS3_PARAM GAIN
0 to 79


AUTO_EXPOSURE

public static final PS3_PARAM AUTO_EXPOSURE
0 to 1


EXPOSURE

public static final PS3_PARAM EXPOSURE
0 to 511


AUTO_WHITEBALANCE

public static final PS3_PARAM AUTO_WHITEBALANCE
0 to 1


WHITEBALANCE_RED

public static final PS3_PARAM WHITEBALANCE_RED
0 to 255


WHITEBALANCE_GREEN

public static final PS3_PARAM WHITEBALANCE_GREEN
0 to 255


WHITEBALANCE_BLUE

public static final PS3_PARAM WHITEBALANCE_BLUE
0 to 255


HFLIP

public static final PS3_PARAM HFLIP

VFLIP

public static final PS3_PARAM VFLIP

HKEYSTONE

public static final PS3_PARAM HKEYSTONE

VKEYSTONE

public static final PS3_PARAM VKEYSTONE

XOFFSET

public static final PS3_PARAM XOFFSET

YOFFSET

public static final PS3_PARAM YOFFSET

ROTATION

public static final PS3_PARAM ROTATION

ZOOM

public static final PS3_PARAM ZOOM

LENSCORRECTION1

public static final PS3_PARAM LENSCORRECTION1

LENSCORRECTION2

public static final PS3_PARAM LENSCORRECTION2

LENSCORRECTION3

public static final PS3_PARAM LENSCORRECTION3

LENSBRIGHTNESS

public static final PS3_PARAM LENSBRIGHTNESS
Method Detail

values

public static PS3_PARAM[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (PS3_PARAM c : PS3_PARAM.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static PS3_PARAM valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getIndex

public final int getIndex()

getMaxVal

public final int getMaxVal()

getMinVal

public final int getMinVal()


processing library diewald_PS3 by Thomas Diewald. (c) 2011