public class Profile_LocalPTZ extends Profile_NonInteractive
m_viewerAttribs| Constructor and Description |
|---|
Profile_LocalPTZ(ViewerAttributeInterface vai) |
| Modifier and Type | Method and Description |
|---|---|
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() |
boolean |
supportsBrightness() |
boolean |
supportsFocus() |
boolean |
supportsPan() |
boolean |
supportsTilt() |
boolean |
supportsZoom() |
void |
tiltDown() |
void |
tiltUp() |
void |
zoomTele() |
void |
zoomWide() |
brighter, darker, execute, focusAuto, focusFar, focusNear, getViewerAttributes, setViewerAttributes, standardBrightnesspublic Profile_LocalPTZ(ViewerAttributeInterface vai)
public java.lang.String getDescription()
getDescription in interface ICameraProfilegetDescription in class Profile_NonInteractivepublic boolean supportsPan()
supportsPan in interface ICameraProfilesupportsPan in class Profile_NonInteractivepublic boolean supportsTilt()
supportsTilt in interface ICameraProfilesupportsTilt in class Profile_NonInteractivepublic boolean supportsZoom()
supportsZoom in interface ICameraProfilesupportsZoom in class Profile_NonInteractivepublic boolean supportsFocus()
supportsFocus in interface ICameraProfilesupportsFocus in class Profile_NonInteractivepublic boolean supportsBrightness()
supportsBrightness in interface ICameraProfilesupportsBrightness in class Profile_NonInteractivepublic void panLeft()
panLeft in interface ICameraProfilepanLeft in class Profile_NonInteractivepublic void panRight()
panRight in interface ICameraProfilepanRight in class Profile_NonInteractivepublic void tiltUp()
tiltUp in interface ICameraProfiletiltUp in class Profile_NonInteractivepublic void tiltDown()
tiltDown in interface ICameraProfiletiltDown in class Profile_NonInteractivepublic void homeView()
homeView in interface ICameraProfilehomeView in class Profile_NonInteractivepublic void zoomTele()
zoomTele in interface ICameraProfilezoomTele in class Profile_NonInteractivepublic void zoomWide()
zoomWide in interface ICameraProfilezoomWide in class Profile_NonInteractivepublic void mouseClicked(int w,
int h,
int x,
int y,
boolean doubleClick)
mouseClicked in interface ICameraProfilemouseClicked in class Profile_NonInteractivepublic void moveToCenter(int w,
int h,
int x,
int y)
moveToCenter in interface ICameraProfilemoveToCenter in class Profile_NonInteractive