|
int | UnRegisterNativeHandle () |
|
int | allocate () |
|
int | setCaptureFormat (int format) |
|
int | setZoom (float zoomValue) |
|
float | getMaxZoom () |
|
int | setTorchMode (boolean isTorchOn) |
|
int | setFocus (float x, float y, boolean inPreview) |
|
int | setExposure (float x, float y, boolean inPreview) |
|
int | setAutoFaceFocus (boolean enable) |
|
int | startCapture (int width, int height, int frameRate) |
|
int | stopCapture () |
|
boolean | isTorchSupported () |
|
boolean | isFocusSupported () |
|
boolean | isExposureSupported () |
|
boolean | isZoomSupported () |
|
boolean | isAutoFaceFocusSupported () |
|
void | deallocate () |
|
void | onPreviewFrame (byte[] data, Camera camera) |
|
void | surfaceChanged (SurfaceHolder holder, int format, int width, int height) |
|
void | surfaceCreated (SurfaceHolder holder) |
|
void | surfaceDestroyed (SurfaceHolder holder) |
|
Camera.Parameters | getCameraParameters () |
|
int | createCapabilities () |
|
abstract int | allocate () |
|
abstract int | setCaptureFormat (int format) |
|
abstract int | startCapture (int width, int height, int frameRate) |
|
abstract int | stopCapture () |
|
abstract boolean | isTorchSupported () |
|
abstract boolean | isFocusSupported () |
|
abstract boolean | isZoomSupported () |
|
abstract boolean | isAutoFaceFocusSupported () |
|
abstract int | setZoom (float zoomValue) |
|
abstract float | getMaxZoom () |
|
abstract int | setTorchMode (boolean isTorchOn) |
|
abstract int | setFocus (float x, float y, boolean inPreview) |
|
abstract int | setAutoFaceFocus (boolean enable) |
|
abstract boolean | isExposureSupported () |
|
abstract int | setExposure (float x, float y, boolean inPreview) |
|
abstract int | UnRegisterNativeHandle () |
|
abstract void | deallocate () |
|
native void | ProvideCameraFrame (byte[] data, int length, long nativeVideoCaptureDeviceAndroid) |
|
native void | ProvideCameraTexture (byte[] data, int textureID, long nativeVideoCaptureDeviceAndroid) |
|
native boolean | isAutoFaceFocusEnabled (long nativeVideoCaptureDeviceAndroid) |
|
native void | NotifyCameraFocusAreaChanged (float x, float y, float width, float height, long nativeVideoCaptureDeviceAndroid) |
|
native void | NotifyCameraExposureAreaChanged (float x, float y, float width, float height, long nativeVideoCaptureDeviceAndroid) |
|
native void | onCameraError (long nativeVideoCaptureDeviceAndroid, String message) |
|
Video Capture device extension of VideoCapture to provide common functionality for capture using android.hardware.Camera API (deprecated in API 21).