Package edu.wpi.first.cscore
Class VideoCamera.WhiteBalance
java.lang.Object
edu.wpi.first.cscore.VideoCamera.WhiteBalance
- Enclosing class:
- VideoCamera
public static class VideoCamera.WhiteBalance extends Object
White balance.
-
Field Summary
Fields Modifier and Type Field Description static int
kFixedFlourescent2
Fixed fluorescent white balance 2.static int
kFixedFluorescent1
Fixed fluorescent white balance 1.static int
kFixedIndoor
Fixed indoor white balance.static int
kFixedOutdoor1
Fixed outdoor white balance 1.static int
kFixedOutdoor2
Fixed outdoor white balance 2. -
Constructor Summary
Constructors Constructor Description WhiteBalance()
Default constructor. -
Method Summary
-
Field Details
-
kFixedIndoor
Fixed indoor white balance.- See Also:
- Constant Field Values
-
kFixedOutdoor1
Fixed outdoor white balance 1.- See Also:
- Constant Field Values
-
kFixedOutdoor2
Fixed outdoor white balance 2.- See Also:
- Constant Field Values
-
kFixedFluorescent1
Fixed fluorescent white balance 1.- See Also:
- Constant Field Values
-
kFixedFlourescent2
Fixed fluorescent white balance 2.- See Also:
- Constant Field Values
-
-
Constructor Details
-
WhiteBalance
public WhiteBalance()Default constructor.
-