Table of Contents

Class PtzPosition

Namespace
WINKOnvif.Core.Models.PTZ
Assembly
WINKOnvif.Core.dll

Represents a PTZ position for absolute movement and preset positions

public class PtzPosition
Inheritance
PtzPosition
Inherited Members

Properties

Pan

Pan position value Values are typically in the range of -1.0 to 1.0 Negative values usually indicate panning left, positive values right

public float Pan { get; set; }

Property Value

float

Tilt

Tilt position value Values are typically in the range of -1.0 to 1.0 Negative values usually indicate tilting down, positive values up

public float Tilt { get; set; }

Property Value

float

Zoom

Zoom position value Values are typically in the range of 0.0 to 1.0 Higher values indicate more zoom (closer view)

public float Zoom { get; set; }

Property Value

float