to top
Android APIs
Added in API level 1
public static interface

Camera.PictureCallback

android.hardware.Camera.PictureCallback

Class Overview

Callback interface used to supply image data from a photo capture.

Summary

Public Methods

? Examples
abstract void onPictureTaken(byte[] data, Camera camera)
Called when image data is available after a picture is taken.

Public Methods

public abstract void onPictureTaken (byte[] data, Camera camera)

Added in API level 1

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.

Parameters
data a byte array of the picture data
camera the Camera service object
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.