bool SetFaceAngle(int, int, string)

Sets the camera face angle.

Security

Trust Level Required: High Trust

Parameters

Name Description
yaw int
The angle of rotation around the vertical axis of the face. Must be one of: 30, 60, or 90
roll int
The angle of rotation around the front-to-back axis of the face. Must be one of: 15 or 45
deviceName (Optional) string
The name of the device to perform an operation on.

Return

If true, the face angle was successfully set. Otherwise, false.

Examples


if(!KioOmronHVC.SetFaceAngle(30, 15))
    alert('Failed to set face angle!');

Requirements

KioWare for Windows version 8.16 or greater.