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

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

public static class AxisCamera.ExposurePriorityT
extends java.lang.Object

Enumeration representing the exposure priority.


Field Summary
static AxisCamera.ExposurePriorityT frameRate
          Prioritize frame rate.
static AxisCamera.ExposurePriorityT imageQuality
          Prioritize image quality.
static AxisCamera.ExposurePriorityT none
          No prioritization.
 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

value

public final int value
The integer value of the enumeration.


imageQuality

public static final AxisCamera.ExposurePriorityT imageQuality
Prioritize image quality.


none

public static final AxisCamera.ExposurePriorityT none
No prioritization.


frameRate

public static final AxisCamera.ExposurePriorityT frameRate
Prioritize frame rate.