"

2013 FRC Java API

"

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

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

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

Fields in edu.wpi.first.wpilibj.camera declared as AxisCamera.ExposureT
static AxisCamera.ExposureT AxisCamera.ExposureT.automatic
          The Axis camera automatically determines what exposure level to use.
static AxisCamera.ExposureT AxisCamera.ExposureT.flickerfree50
          Set exposure for flicker free 50 hz.
static AxisCamera.ExposureT AxisCamera.ExposureT.flickerfree60
          Set exposure for flicker free 60 hz.
static AxisCamera.ExposureT AxisCamera.ExposureT.hold
          Hold the current exposure level.
 

Methods in edu.wpi.first.wpilibj.camera that return AxisCamera.ExposureT
 AxisCamera.ExposureT AxisCamera.getExposureControl()
          Get the exposure mode that the camera is using.
 

Methods in edu.wpi.first.wpilibj.camera with parameters of type AxisCamera.ExposureT
 void AxisCamera.writeExposureControl(AxisCamera.ExposureT value)
          Write the exposure mode for the camera to use.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"