PTZArgs Class Reference

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.
 

Detailed Description

Contains the parameters used for performing a PTZ operation.
Used for the SOAP commands:

  • PTZMoveRelative
  • PTZMoveAbsolute
  • PTZMoveStart

Member Data Documentation

◆ automaticField

PTZPairBoolean [] PTZArgs.automaticField

This field is relevant for the "focus" on the PTZMoveStart command.

◆ movementField

PTZPairDouble [] PTZArgs.movementField

Contains a list of movements, e.g. "pan", "tilt", "zoom", "focus", "iris", "shutter", "gain", "brightness" and their directions.

◆ normalizedField

bool PTZArgs.normalizedField

Reserved.

◆ speedField

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.