MaxstARSDK  3.5.0
All Classes Functions Variables
Classes | Package Functions | Static Package Functions | Package Attributes | Static Package Attributes | List of all members
com.maxst.ar.CameraController Class Referenceabstract
Inheritance diagram for com.maxst.ar.CameraController:
com.maxst.ar.Camera1Controller com.maxst.ar.Camera2Controller

Classes

enum  CameraState
 

Package Functions

void setSurfaceManager (SurfaceManager surfaceManager)
 
abstract int start (int cameraId, int width, int height)
 
abstract void stop ()
 
abstract int getWidth ()
 
abstract int getHeight ()
 
abstract boolean setFocusMode (int focusMode)
 
abstract boolean setFlashLightMode (boolean toggle)
 
abstract boolean setAutoWhiteBalanceLock (boolean toggle)
 
abstract Object [] getParamList ()
 
abstract boolean setParam (String key, String value)
 
CameraSize getOptimalPreviewSize (List< CameraSize > sizes, int preferredWidth, int preferredHeight)
 

Static Package Functions

static CameraController create ()
 
static void destroy ()
 
static native void setNewCameraFrame (byte[] data, int length, int width, int height, int format)
 

Package Attributes

SurfaceManager surfaceManager
 
SurfaceTexture cameraSurfaceTexture
 
CameraState cameraState = CameraState.None
 

Static Package Attributes

static final int REQUEST_CAMERA_PERMISSION = 200
 

Detailed Description

Definition at line 11 of file CameraController.java.


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