cameraControlCreate | |||||||
Type | command | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | cameracontrol | ||||||
Summary | Creates a native camera control. | ||||||
Introduced | 7.1 | ||||||
OS | mac, windows, ios, android | ||||||
Platforms | desktop, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Command: cameraControlDelete, cameraControlGet, cameraControlDo, cameraControlSet Function: cameraControlGet, cameraControls, cameraControlTarget | ||||||
Description | Low-level support for creating and manipulating camera controls on desktop and mobile platforms. Native camera controls can only be created dynamically in script. To destroy a camera control use: cameraControlDelete To configure a camera control use: cameraControlSet To read a property of a camera control use: cameraControlGet To control the behavior of a camera control use: cameraControlDo Note: Camera controls are created with no initial video or audio output device selected. At least one of the "videoDevice" or "audioDevice" properties must be set to a recognized device ID value before recording can begin. |