"

2013 FRC Java API

"

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

Packages that use AxisCamera.ExposurePriorityT
edu.wpi.first.wpilibj.camera Provides classes for interfacing to the camera. 
 

Uses of AxisCamera.ExposurePriorityT in edu.wpi.first.wpilibj.camera
 

Fields in edu.wpi.first.wpilibj.camera declared as AxisCamera.ExposurePriorityT
static AxisCamera.ExposurePriorityT AxisCamera.ExposurePriorityT.frameRate
          Prioritize frame rate.
static AxisCamera.ExposurePriorityT AxisCamera.ExposurePriorityT.imageQuality
          Prioritize image quality.
static AxisCamera.ExposurePriorityT AxisCamera.ExposurePriorityT.none
          No prioritization.
 

Methods in edu.wpi.first.wpilibj.camera that return AxisCamera.ExposurePriorityT
 AxisCamera.ExposurePriorityT AxisCamera.getExposurePriority()
          Get the exposure priority that the camera is using.
 

Methods in edu.wpi.first.wpilibj.camera with parameters of type AxisCamera.ExposurePriorityT
 void AxisCamera.writeExposurePriority(AxisCamera.ExposurePriorityT value)
          Write the exposure priority for the camera to use.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"