| 
 | " 2013 FRC Java API" | |||||||||
| 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 | automaticThe Axis camera automatically determines what exposure level to use. | 
| static AxisCamera.ExposureT | flickerfree50Set exposure for flicker free 50 hz. | 
| static AxisCamera.ExposureT | flickerfree60Set exposure for flicker free 60 hz. | 
| static AxisCamera.ExposureT | holdHold the current exposure level. | 
|  int | valueThe 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 | 
|---|
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
| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||