onPictureTaken property

DataCallback onPictureTaken
final

Callback used to supply image data from a photo capture.

Called when image data is available after a picture is taken.

The format of the data depends on the context of the callback and CameraParameters settings.

See: Camera.takePicture.

Implementation

final DataCallback onPictureTaken;