User Guide

174 Chapter 2: ActionScript Language Reference
Event handler summary for the Camera class
Constructor for the Camera class
See
Camera.get().
Camera.motionLevel
The amount of motion required to invoke Camera.onActivity(true).
Camera.motionTimeOut
The number of milliseconds between the time when the camera stops
detecting motion and the time
Camera.onActivity(false) is invoked.
Camera.muted
A Boolean value that specifies whether the user has allowed or denied
access to the camera.
Camera.name
The name of the camera as specified by the camera hardware.
Camera.names
Class property in an array of strings reflecting the names of all available
video capture devices, including video cards and cameras.
Camera.quality
An integer specifying the required level of picture quality, as determined
by the amount of compression being applied to each video frame.
Camera.width
The current capture width, in pixels.
Event handler Description
Camera.onActivity
Invoked when the camera starts or stops detecting motion.
Camera.onStatus
Invoked when the user allows or denies access to the camera.
Property (read-only) Description