cameraControl | |
Type | object |
Dictionary | LCS |
Library | LiveCode Script |
Summary | A native camera control that displays a preview image from the current camera device. |
Introduced | 7.1 |
Example |
|
Related | Command: cameraControlDelete, cameraControlDo, cameraControlCreate, cameraControlSet Function: cameraControlGet, cameraControlTarget |
Description | A cameraControl is created using the cameraControlCreate command |
Tags | objects |
Type | Name | Summary | Syntax |
---|---|---|---|
command | cameraControlCreate | Creates a native camera control. | cameraControlCreate <controlName> |
- - - | cameraControlDelete | Deletes a camera control. | cameraControlDelete <control> |
- - - | cameraControlDo | Execute specific behaviors of camera controls created using cameraControlCreate. | cameraControlDo <controlName>, <action> [, <actionParameter> ...] |
- - - | cameraControlSet | Sets the properties of a camera control. | cameraControlSet <controlName>, <propertyName>, <propertyValue> |
function | cameraControlGet | Gets the value of a property of a camera control created using cameraControlCreate. | cameraControlGet ( <controlName>, <propertyName> ) |
- - - | cameraControls | Returns a list of all camera controls currently in existence. | the cameraControls cameraControls() |
- - - | cameraControlTarget | Fetches the name of the camera control that sent the message. | the cameraControlTarget cameraControlTarget() |