android.hardware.Camera.PictureCallback |
This interface was deprecated
in API level 21.
We recommend using the new android.hardware.camera2
API for new
applications.
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 |