View Source ExOnvif.PTZ.AbsoluteMove (ExOnvif v0.7.1)
Schema describing the absolute move request to the PTZ service.
Summary
Functions
Creates a new absolute move request.
Types
Functions
@spec new(String.t(), ExOnvif.PTZ.Vector.t(), ExOnvif.PTZ.Vector.t() | nil) :: t()
Creates a new absolute move request.
Parameters
profile_token
- The token of the profile to move.position
- The position to move to, represented as aVector
.speed
- The speed of the move, represented as aVector
. Optional.