Table of Contents

Class PtzVector

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

Represents a PTZ vector for relative and continuous movement

public class PtzVector
Inheritance
PtzVector
Inherited Members

Properties

X

X component (pan) - Values typically range from -1.0 to 1.0

public float X { get; set; }

Property Value

float

Y

Y component (tilt) - Values typically range from -1.0 to 1.0

public float Y { get; set; }

Property Value

float

Z

Z component (zoom) - Values typically range from -1.0 to 1.0

public float Z { get; set; }

Property Value

float