Package | Description |
---|---|
org.artoolkit.ar.base | |
org.artoolkit.ar.base.camera |
Modifier and Type | Class and Description |
---|---|
class |
ARActivity
An activity which can be subclassed to create an AR application.
|
Modifier and Type | Method and Description |
---|---|
void |
CaptureCameraPreview.setCameraEventListener(CameraEventListener cel)
Sets the
CameraEventListener which will be called on to handle camera
related events. |
Constructor and Description |
---|
CaptureCameraPreview(Context context,
CameraEventListener cel)
Constructor takes a
CameraEventListener which will be called on
to handle camera related events. |