Slide 7
Slide 7 text
TITLE CAMERA CLASS AND INNER CLASSES
android.hardware.Camera*
Device camera client: setup + access point
Preview callback
Shutter callback
Picture taking callback
!
!
!
Auto Focus callback
Zoom listener
Face detection listener
Camera.CameraInfo
front or back, orientation,
shutter disable
Camera.Parameters
preview, picture output,
“photography stuff”:
features/settings dependent
on the device camera: flash
modes, color effects,
scene modes, white balance,
etc.
Camera.Area
“photography stuff”: focus and
metering, rectangular bounds + weight
Camera.Face
“face stuff”, bounds and feature (left
eye, right eye, mouth) coordinates for
a face identified with face detection,
confidence score
APK 14+: Data objects
Device camera information + settings
Camera.Size
width and height:
picture size, video size,
preview size