Skip to content

@camera.ui/sdk / camera / PtzAutotrackSettings

Interface: PtzAutotrackSettings

Defined in: camera/detection.ts:100

PTZ autotracking settings — automatically follow detected objects.

Properties

enabled

enabled: boolean

Defined in: camera/detection.ts:102

Whether PTZ autotracking is enabled


homeWaitMs

homeWaitMs: number

Defined in: camera/detection.ts:115

How long to wait (ms) without a target before returning home


minConfidence

minConfidence: number

Defined in: camera/detection.ts:106

Minimum detection confidence to track (0.3 - 1.0)


returnToHome

returnToHome: boolean

Defined in: camera/detection.ts:113

Return to home position when no target is found for homeWaitMs


targetLabels

targetLabels: string[]

Defined in: camera/detection.ts:104

Object labels to track (e.g. 'person', 'vehicle')


triggerDeadZone

triggerDeadZone: number

Defined in: camera/detection.ts:111

Dead zone around frame center. While the target is inside this zone, no motor command is issued. Range 0 - 0.3.