|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.first.wpilibj.camera.AxisCamera.ExposureT
public static class AxisCamera.ExposureT
Enumaration representing the different values which exposure may be set to.
Field Summary | |
---|---|
static AxisCamera.ExposureT |
automatic
The Axis camera automatically determines what exposure level to use. |
static AxisCamera.ExposureT |
flickerfree50
Set exposure for flicker free 50 hz. |
static AxisCamera.ExposureT |
flickerfree60
Set exposure for flicker free 60 hz. |
static AxisCamera.ExposureT |
hold
Hold the current exposure level. |
int |
value
The integer value of the enumeration. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int value
public static final AxisCamera.ExposureT automatic
public static final AxisCamera.ExposureT hold
public static final AxisCamera.ExposureT flickerfree50
public static final AxisCamera.ExposureT flickerfree60
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |