-
Start Camera
Starts the camera. Identifier: start_camera Example <start_camera id="start_cam"/>
-
Stop Camera
Stops the camera. Identifier: stop_camera Example <stop_camera id="stop_cam"/>
-
Take Picture
Captures an image if the camera functionality is active. Identifier: take_picture Elements file_path: Contains the path and filename for the image. Required: Yes Default Value: Empty quality: Contains the settings regarding image quality. Possible values: [0, 100] Required: No Default Value: 100 width: Contains the width…
-
Camera Zoom
Sets the zoom ratio for the camera. Identifier: camera_zoom Attributes zoom_level: Sets the zoom level of the camera. Possible values: [0, 10] Required: Yes Default Value: Empty Example <camera_zoom id="zoom_in" zoom_level="10"/>
-
Toggle Camera Flashlight
This action turns the flashlight on/off. However, on devices without a flashlight, this action has no effect. Identifier: toggle_flashlight Example <action id="flashlight" type="toggle_flashlight" />
-
Camera Scan Barcode
Uses the camera feature to scan a barcode. Identifier: camera_scan_barcode Attributes settings: Contains a path to the barcode settings file (e.g., §{mysetting.xml}§) Required: Yes Default value: Empty Elements white_list: Accepts elements listed in white_list_elem. All other values are ignored. Examples Minimal…