Fork me
BeyondAR
Augmented Reality Framework for Android
 All Classes Functions Variables
com.beyondar.android.view.CameraView.BeyondarPictureCallback Interface Reference

Callback to get notify when a picture from the camera has been taken. More...

Public Member Functions

void onPictureTaken (Bitmap picture)
 This method is called when the snapshot of the camera is ready. More...
 

Detailed Description

Callback to get notify when a picture from the camera has been taken.

Member Function Documentation

void com.beyondar.android.view.CameraView.BeyondarPictureCallback.onPictureTaken ( Bitmap  picture)

This method is called when the snapshot of the camera is ready.

If there is an error, the image will be null

Parameters
picture

The documentation for this interface was generated from the following file: