int GetCameraAngle(string)

Retrieves the current angle of the device's camera.

Security

Trust Level Required: High Trust

Parameters

Name Description
deviceName (Optional) string
The name of the device to perform an operation on.

Return

The current angle of the camera, in degrees.

Examples


var angle = KioOmronHVC.GetCameraAngle();
alert(angle);

Requirements

KioWare for Windows version 8.16 or greater.