Contains the parameters used for performing a PTZ operation.
Used for the SOAP commands:
More...
Public Attributes | |
PTZPairBoolean[] | automaticField |
This field is relevant for the "focus" on the PTZMoveStart command. | |
PTZPairDouble[] | movementField |
Contains a list of movements, e.g. "pan", "tilt", "zoom", "focus", "iris", "shutter", "gain", "brightness" and their directions. | |
bool | normalizedField |
Reserved. | |
PTZPairDouble[] | speedField |
Contains the speed for each movement. Usually the moving elements have same speed, or zero. The value must be between 0 and 1.0; A negative speed is not valid. | |
Contains the parameters used for performing a PTZ operation.
Used for the SOAP commands:
PTZPairBoolean [] PTZArgs.automaticField |
This field is relevant for the "focus" on the PTZMoveStart command.
PTZPairDouble [] PTZArgs.movementField |
Contains a list of movements, e.g. "pan", "tilt", "zoom", "focus", "iris", "shutter", "gain", "brightness" and their directions.
bool PTZArgs.normalizedField |
Reserved.
PTZPairDouble [] PTZArgs.speedField |
Contains the speed for each movement. Usually the moving elements have same speed, or zero. The value must be between 0 and 1.0; A negative speed is not valid.