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, standardBrightness
public Profile_LocalPTZ(ViewerAttributeInterface vai)
public java.lang.String getDescription()
getDescription
in interface ICameraProfile
getDescription
in class Profile_NonInteractive
public boolean supportsPan()
supportsPan
in interface ICameraProfile
supportsPan
in class Profile_NonInteractive
public boolean supportsTilt()
supportsTilt
in interface ICameraProfile
supportsTilt
in class Profile_NonInteractive
public boolean supportsZoom()
supportsZoom
in interface ICameraProfile
supportsZoom
in class Profile_NonInteractive
public boolean supportsFocus()
supportsFocus
in interface ICameraProfile
supportsFocus
in class Profile_NonInteractive
public boolean supportsBrightness()
supportsBrightness
in interface ICameraProfile
supportsBrightness
in class Profile_NonInteractive
public void panLeft()
panLeft
in interface ICameraProfile
panLeft
in class Profile_NonInteractive
public void panRight()
panRight
in interface ICameraProfile
panRight
in class Profile_NonInteractive
public void tiltUp()
tiltUp
in interface ICameraProfile
tiltUp
in class Profile_NonInteractive
public void tiltDown()
tiltDown
in interface ICameraProfile
tiltDown
in class Profile_NonInteractive
public void homeView()
homeView
in interface ICameraProfile
homeView
in class Profile_NonInteractive
public void zoomTele()
zoomTele
in interface ICameraProfile
zoomTele
in class Profile_NonInteractive
public void zoomWide()
zoomWide
in interface ICameraProfile
zoomWide
in class Profile_NonInteractive
public void mouseClicked(int w, int h, int x, int y, boolean doubleClick)
mouseClicked
in interface ICameraProfile
mouseClicked
in class Profile_NonInteractive
public void moveToCenter(int w, int h, int x, int y)
moveToCenter
in interface ICameraProfile
moveToCenter
in class Profile_NonInteractive