flipVideo(FlipDirection direction, boolean toggle) | com.maxst.ar.CameraDevice | |
getBackgroundPlaneInfo() | com.maxst.ar.CameraDevice | |
getBackgroundPlaneProjectionMatrix() | com.maxst.ar.CameraDevice | |
getCameraApi() | com.maxst.ar.CameraDevice | |
getCameraIntrinsic() | com.maxst.ar.CameraDevice | |
getInstance() | com.maxst.ar.CameraDevice | static |
getMaxZoomValue() | com.maxst.ar.CameraDevice | |
getParam(String key) | com.maxst.ar.CameraDevice | |
getParamList() | com.maxst.ar.CameraDevice | |
getProjectionMatrix() | com.maxst.ar.CameraDevice | |
isVideoFlipped(FlipDirection direction) | com.maxst.ar.CameraDevice | |
setARCoreTexture() | com.maxst.ar.CameraDevice | |
setAutoWhiteBalanceLock(boolean toggle) | com.maxst.ar.CameraDevice | |
setCalibrationData(String path) | com.maxst.ar.CameraDevice | |
setCalibrationData(int width, int height, float fx, float fy, float px, float py) | com.maxst.ar.CameraDevice | |
setCameraApi(CameraApi cameraApi) | com.maxst.ar.CameraDevice | |
setClippingPlane(float near, float far) | com.maxst.ar.CameraDevice | |
setFlashLightMode(boolean toggle) | com.maxst.ar.CameraDevice | |
setFocusMode(FocusMode focusMode) | com.maxst.ar.CameraDevice | |
setNewFrame(byte[] data, int length, int width, int height, ColorFormat format) | com.maxst.ar.CameraDevice | |
setNewFrame(long data, int length, int width, int height, ColorFormat format) | com.maxst.ar.CameraDevice | |
setNewFrameAndPoseAndTimestamp(long data, int length, int width, int height, ColorFormat format, float[] pose, long timestamp) | com.maxst.ar.CameraDevice | |
setNewFrameAndPoseAndTimestamp(byte[] data, int length, int width, int height, ColorFormat format, float[] pose, long timestamp) | com.maxst.ar.CameraDevice | |
setNewFrameAndTimestamp(byte[] data, int length, int width, int height, ColorFormat format, long timestamp) | com.maxst.ar.CameraDevice | |
setNewFrameAndTimestamp(long data, int length, int width, int height, ColorFormat format, long timestamp) | com.maxst.ar.CameraDevice | |
setParam(String paramKey, boolean paramValue) | com.maxst.ar.CameraDevice | |
setParam(String paramKey, int paramValue) | com.maxst.ar.CameraDevice | |
setParam(String paramKey, int min, int max) | com.maxst.ar.CameraDevice | |
setParam(String paramKey, String paramValue) | com.maxst.ar.CameraDevice | |
setZoom(int zoomScale) | com.maxst.ar.CameraDevice | |
start(int cameraId, int width, int height) | com.maxst.ar.CameraDevice | |
stop() | com.maxst.ar.CameraDevice | |