|
|||||||||
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 |
height
Number of pixels tall. |
static AxisCamera.ResolutionT |
k160x120
Image is 160 pixels wide by 120 tall |
static AxisCamera.ResolutionT |
k320x240
Image is 320 pixels wide by 240 tall |
static AxisCamera.ResolutionT |
k640x360
Image is 640 pixels wide by 360 tall |
static AxisCamera.ResolutionT |
k640x480
Image is 640 pixels wide by 480 tall |
int |
value
The integer value of the enumeration. |
int |
width
Number 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 |