android.hardware
public class
android.hardware.CameraDevice

java.lang.Object

android.hardware.CameraDevice


The CameraDevice class is used to open/release the camera driver, set image parameters and capture a preview frame (320*240 pixels) or a full-resolution image (1280*1024 pixels). This class does not have any public constructors. However, calling the static method open() will return a CameraDevice object. To get a frame/picture, follow these steps:Detail info: http://code.google.com/android/refer...eraDevice.html

Portions of this page are reproduced from work created and shared by Google and used according to terms described in the Creative Commons 2.5 Attribution License.

Skypop Android demo

[ame]http://www.youtube.com/watch?v=PyxWnIalDcY[/ame]