"

2013 FRC Java API

"

edu.wpi.first.wpilibj.camera
Class AxisCamera.ExposureT

java.lang.Object
  extended by edu.wpi.first.wpilibj.camera.AxisCamera.ExposureT
Enclosing class:
AxisCamera

public static class AxisCamera.ExposureT
extends Object

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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public final int value
The integer value of the enumeration.


automatic

public static final AxisCamera.ExposureT automatic
The Axis camera automatically determines what exposure level to use.


hold

public static final AxisCamera.ExposureT hold
Hold the current exposure level.


flickerfree50

public static final AxisCamera.ExposureT flickerfree50
Set exposure for flicker free 50 hz.


flickerfree60

public static final AxisCamera.ExposureT flickerfree60
Set exposure for flicker free 60 hz.


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"