Android
android.hardware
public static interface

android.hardware.Camera.PreviewCallback

android.hardware.Camera.PreviewCallback

Used to get a copy of each preview frame.

Summary

Public Methods

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

Details

Public Methods

public 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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56