TVideoGrabber.ONVIFPTZSetPosition

Prev

Next

TVideoGrabber

Methods

 




































































































Set a new PTZ position


Declaration
function ONVIFPTZSetPosition (Pan: Double; Tilt: Double; Zoom: Double; SpeedRatio: Double; IsRelative: Boolean): Boolean;


BOOL _ONVIFPTZSetPosition (void *TVGObject, double Pan, double Tilt, double Zoom, double SpeedRatio, BOOL IsRelative);

Description

Set a new PTZ position.

The position values are usually in the -1.0 .. 1.0 range
The speed ratio is usually in the 0 .. 1.0 range

- if "IsRelative" is set to true the new position is relative to the current position

- if "IsRelative" is set to false the new position is an absolute position


See Also
IR Cut Filter of Axis cameras TONVIFDeviceInfo ExtraDLLPath ONVIF_GetStr ONVIF_SetStr ONVIFDeviceInfo ONVIFPTZGetLimits ONVIFPTZGetPosition ONVIFPTZPreset ONVIFPTZSendAuxiliaryCommand ONVIFPTZStartMove ONVIFPTZStopMove ONVIFSnapShot