CameraHardwareInterface.h File Reference

Go to the source code of this file.


Namespaces

namespace  android

Data Structures

class  android::CameraHardwareInterface
 CameraHardwareInterface.h defines the interface to the camera hardware abstraction layer, used for setting and getting parameters, live previewing, and taking pictures. More...

Typedefs

typedef void(* android::preview_callback )(const sp< IMemory > &mem, void *user)
 Callback for startPreview().
typedef void(* android::shutter_callback )(void *user)
 Callback for takePicture().
typedef void(* android::raw_callback )(const sp< IMemory > &mem, void *user)
 Callback for takePicture().
typedef void(* android::jpeg_callback )(const sp< IMemory > &mem, void *user)
 Callback for takePicture().
typedef void(* android::autofocus_callback )(bool focused, void *user)
 Callback for autoFocus().

Functions

sp< CameraHardwareInterface > android::openCameraHardware ()
 factory function to instantiate a camera hardware object