com.charliemouse.cambozola.profiles
public interface ICameraProfile
Modifier and Type | Method and Description |
---|---|
void |
brighter() |
void |
darker() |
void |
focusAuto() |
void |
focusFar() |
void |
focusNear() |
java.lang.String |
getDescription() |
void |
homeView() |
void |
mouseClicked(int w,
int h,
int x,
int y,
boolean doubleClick) |
void |
moveToCenter(int w,
int h,
int x,
int y) |
void |
panLeft() |
void |
panRight() |
void |
standardBrightness() |
boolean |
supportsBrightness() |
boolean |
supportsFocus() |
boolean |
supportsPan() |
boolean |
supportsTilt() |
boolean |
supportsZoom() |
void |
tiltDown() |
void |
tiltUp() |
void |
zoomTele() |
void |
zoomWide() |
java.lang.String getDescription()
boolean supportsPan()
boolean supportsTilt()
boolean supportsFocus()
boolean supportsZoom()
boolean supportsBrightness()
void panLeft()
void panRight()
void tiltUp()
void tiltDown()
void homeView()
void moveToCenter(int w, int h, int x, int y)
void focusNear()
void focusFar()
void focusAuto()
void zoomTele()
void zoomWide()
void darker()
void brighter()
void standardBrightness()
void mouseClicked(int w, int h, int x, int y, boolean doubleClick)