android.hardware.Camera.PictureCallback |
Callback interface used to supply image data from a photo capture.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when image data is available after a picture is taken.
|
Called when image data is available after a picture is taken.
The format of the data depends on the context of the callback
and Camera.Parameters
settings.
data | a byte array of the picture data |
---|---|
camera | the Camera service object |