Fork me
BeyondAR
Augmented Reality Framework for Android
 All Classes Functions Variables
com.beyondar.android.opengl.renderer.ARRenderer.GLSnapshotCallback Interface Reference

Callback to get notified when the snapshot of the OpenGL view is taken. More...

Public Member Functions

void onSnapshotTaken (Bitmap snapshot)
 This method is called when the snapshot of the GL Surface is ready. More...
 

Detailed Description

Callback to get notified when the snapshot of the OpenGL view is taken.

Member Function Documentation

void com.beyondar.android.opengl.renderer.ARRenderer.GLSnapshotCallback.onSnapshotTaken ( Bitmap  snapshot)

This method is called when the snapshot of the GL Surface is ready.

If there is an error, the image will be null

Parameters
snapshot

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