| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.wpi.first.wpilibj.camera.AxisCamera.ResolutionT
public static class AxisCamera.ResolutionT
Enumeration representing the image resoultion provided by the camera.
| Field Summary | |
|---|---|
|  int | heightNumber of pixels tall. | 
| static AxisCamera.ResolutionT | k160x120Image is 160 pixels wide by 120 tall | 
| static AxisCamera.ResolutionT | k320x240Image is 320 pixels wide by 240 tall | 
| static AxisCamera.ResolutionT | k640x360Image is 640 pixels wide by 360 tall | 
| static AxisCamera.ResolutionT | k640x480Image is 640 pixels wide by 480 tall | 
|  int | valueThe integer value of the enumeration. | 
|  int | widthNumber of pixels wide. | 
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public final int value
public final int width
public final int height
public static final AxisCamera.ResolutionT k640x480
public static final AxisCamera.ResolutionT k640x360
public static final AxisCamera.ResolutionT k320x240
public static final AxisCamera.ResolutionT k160x120
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||