|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PS3_PARAM>
diewald_PS3.constants.PS3_PARAM
public enum PS3_PARAM
PS3_PARAM contains a list of all available video-parameters and their min/max values.
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 |
---|
public static final PS3_PARAM AUTO_GAIN
public static final PS3_PARAM GAIN
public static final PS3_PARAM AUTO_EXPOSURE
public static final PS3_PARAM EXPOSURE
public static final PS3_PARAM AUTO_WHITEBALANCE
public static final PS3_PARAM WHITEBALANCE_RED
public static final PS3_PARAM WHITEBALANCE_GREEN
public static final PS3_PARAM WHITEBALANCE_BLUE
public static final PS3_PARAM HFLIP
public static final PS3_PARAM VFLIP
public static final PS3_PARAM HKEYSTONE
public static final PS3_PARAM VKEYSTONE
public static final PS3_PARAM XOFFSET
public static final PS3_PARAM YOFFSET
public static final PS3_PARAM ROTATION
public static final PS3_PARAM ZOOM
public static final PS3_PARAM LENSCORRECTION1
public static final PS3_PARAM LENSCORRECTION2
public static final PS3_PARAM LENSCORRECTION3
public static final PS3_PARAM LENSBRIGHTNESS
Method Detail |
---|
public static PS3_PARAM[] values()
for (PS3_PARAM c : PS3_PARAM.values()) System.out.println(c);
public static PS3_PARAM valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic final int getIndex()
public final int getMaxVal()
public final int getMinVal()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |