Skip to content

@camera.ui/sdk / sensor / PTZRelativeMove

Interface: PTZRelativeMove

Defined in: sensor/ptz.ts:83

Relative displacement for a single PTZ move.

Deltas are normalized to the camera's field of view: panDelta: 1 moves the view by one full frame width, tiltDelta: 1 by one full frame height. Conventions match PTZDirection: positive panDelta = right, positive tiltDelta = up, positive zoomDelta = zoom in. Plugins map the deltas to hardware-specific translation spaces (e.g. ONVIF RelativeMove).

Properties

panDelta

panDelta: number

Defined in: sensor/ptz.ts:84


tiltDelta

tiltDelta: number

Defined in: sensor/ptz.ts:85


zoomDelta

zoomDelta: number

Defined in: sensor/ptz.ts:86