| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.automaticThe Axis camera automatically determines what exposure level to use. | 
| static AxisCamera.ExposureT | AxisCamera.ExposureT.flickerfree50Set exposure for flicker free 50 hz. | 
| static AxisCamera.ExposureT | AxisCamera.ExposureT.flickerfree60Set exposure for flicker free 60 hz. | 
| static AxisCamera.ExposureT | AxisCamera.ExposureT.holdHold 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" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||