bool SetCameraAngle(int, string)
Set the camera angle for the device.
Security
Trust Level Required: High Trust
Parameters
Name | Description |
angle |
int The new angle for the camera, in degrees. Must be one of: 0, 90, 180, or 270 |
deviceName |
(Optional) string The name of the device to perform an operation on. |
Return
If true, angle was successfully set. Otherwise, false.
Examples
if (!KioOmronHVC.SetCameraAngle(90))
alert('Failed to set angle!');
Requirements
KioWare for Windows version 8.16 or greater.