|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PanTiltBase
Method Summary | |
---|---|
void |
CenterPanTilt()
CenterPanTilt |
java.lang.Double |
GetPan()
GetPan |
Pose |
GetPanTiltPose()
GetPanTiltPose |
java.lang.Double |
GetTilt()
GetTilt |
void |
Pan(java.util.HashMap properties)
Pan |
void |
SetPan(java.util.HashMap properties)
SetPan |
void |
SetPanTiltPose(java.util.HashMap properties)
SetPanTiltPose |
void |
SetTilt(java.util.HashMap properties)
SetTilt |
void |
Tilt(java.util.HashMap properties)
Tilt |
Method Detail |
---|
void Pan(java.util.HashMap properties) throws java.lang.Exception
HashMap
- of properties
required key hasDirection
values left|right
optional key hasDegrees
values number of degrees to pan relative to current angle |
[default 20 degrees]
java.lang.Exception
void SetPan(java.util.HashMap properties) throws java.lang.Exception
HashMap
- of properties
required key hasDegrees
values number of degrees to pan absolute from center
java.lang.Exception
void Tilt(java.util.HashMap properties) throws java.lang.Exception
HashMap
- of properties
required key hasDirection
values up|down
optional key hasDegrees
values number of degrees to pan relative to current angle |
[default 20 degrees]
java.lang.Exception
void SetTilt(java.util.HashMap properties) throws java.lang.Exception
HashMap
- of properties
required key hasDegrees
values number of degrees to pan absolute from center
java.lang.Exception
void SetPanTiltPose(java.util.HashMap properties) throws java.lang.Exception
HashMap
- of properties
required key hasPose
values Pose with pan (Yaw) and tilt (pitch) in absolute degrees
java.lang.Exception
java.lang.Double GetPan() throws java.lang.Exception
None
-
java.lang.Exception
java.lang.Double GetTilt() throws java.lang.Exception
None
-
java.lang.Exception
Pose GetPanTiltPose() throws java.lang.Exception
None
-
java.lang.Exception
void CenterPanTilt() throws java.lang.Exception
None
-
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |