public static interface

Camera.PreviewCallback

android.hardware.Camera.PreviewCallback

Class Overview

Used to get a copy of each preview frame.

Summary

Public Methods
abstract void onPreviewFrame(byte[] data, Camera camera)
The callback that delivers the preview frames.

Public Methods

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

The callback that delivers the preview frames.

Parameters
data The contents of the preview frame in getPreviewFormat() format.
camera The Camera service object.