Android APIs
Added in API level 1
Deprecated since API level 21
public static interface

Camera.PictureCallback

android.hardware.Camera.PictureCallback

This interface was deprecated in API level 21.
We recommend using the new android.hardware.camera2 API for new applications.

Class Overview

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

Summary

Public Methods
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