Added Classes and Interfaces
|
Camera
|
The Camera class is used to connect/disconnect with the camera service,
set capture settings, start/stop preview, snap a picture, and retrieve
frames for encoding for video. |
Camera.AutoFocusCallback
|
Handles the callback for the camera auto focus. |
Camera.ErrorCallback
|
Handles the camera error callback. |
Camera.Parameters
|
Handles the parameters for pictures created by a Camera service. |
Camera.PictureCallback
|
Handles the callback for when a picture is taken. |
Camera.PreviewCallback
|
Used to get a copy of each preview frame. |
Camera.Size
|
Handles the picture size (dimensions). |
SensorListener
|
Used for receiving notifications from the SensorManager when
sensor values have changed. |
SensorManager
|
Class that lets you access the device's sensors. |