Meeting SDK for Android API Reference
|
Camera device class. More...
Public Member Functions | |
CameraDevice (String deviceId, String deviceName, int type, boolean selectedDevice, double horizontalAngle, double verticalAngle, double apertureValue, double focalLength, double maxZoomFactor) | |
String | getDeviceId () |
String | getDeviceName () |
boolean | isSelectedDevice () |
int | getCameraType () |
Get camera type. | |
double | getFocalLength () |
Get the focal length of the current camera. | |
double | getApertureValue () |
Get the aperture value of the current camera. | |
double | getHorizontalAngle () |
Get the horizontal angle of the current camera. | |
double | getVerticalAngle () |
Get the vertical angle of the current camera. | |
double | getMaxZoomFactor () |
Get the max zoom factor of the current camera. | |
Static Public Attributes | |
static int | CAMERA_TYPE_FRONT = 0 |
Front camera device type. | |
static int | CAMERA_TYPE_BACK = 1 |
Back camera device type. | |
static int | CAMERA_TYPE_UVC = 2 |
UVC camera device type. | |
Private Attributes | |
String | mDeviceId |
String | mDeviceName |
boolean | mSelectedDevice |
int | mCameraType = -1 |
double | mHorizontalAngle = 0 |
double | mVerticalAngle = 0 |
double | mApertureValue = 0 |
double | mFocalLength = 0 |
double | mMaxZoomFactor = 0 |
Camera device class.
Definition at line 5 of file CameraDevice.java.
|
inline |
Camera device information.
deviceId | The camera ID. |
deviceName | The name of the camera. |
type | The type of camera. |
selectedDevice | The current selected camera. |
Definition at line 38 of file CameraDevice.java.
|
inline |
Get the aperture value of the current camera.
Definition at line 94 of file CameraDevice.java.
References us.zoom.sdk.CameraDevice.mApertureValue.
|
inline |
Get camera type.
Definition at line 78 of file CameraDevice.java.
References us.zoom.sdk.CameraDevice.mCameraType.
|
inline |
Get the camera ID.
Definition at line 54 of file CameraDevice.java.
References us.zoom.sdk.CameraDevice.mDeviceId.
|
inline |
Get the camera name.
Definition at line 62 of file CameraDevice.java.
References us.zoom.sdk.CameraDevice.mDeviceName.
|
inline |
Get the focal length of the current camera.
Definition at line 86 of file CameraDevice.java.
References us.zoom.sdk.CameraDevice.mFocalLength.
|
inline |
Get the horizontal angle of the current camera.
Definition at line 102 of file CameraDevice.java.
References us.zoom.sdk.CameraDevice.mHorizontalAngle.
|
inline |
Get the max zoom factor of the current camera.
Definition at line 118 of file CameraDevice.java.
References us.zoom.sdk.CameraDevice.mMaxZoomFactor.
|
inline |
Get the vertical angle of the current camera.
Definition at line 110 of file CameraDevice.java.
References us.zoom.sdk.CameraDevice.mVerticalAngle.
|
inline |
Query if the the current camera is selected.
Definition at line 70 of file CameraDevice.java.
References us.zoom.sdk.CameraDevice.mSelectedDevice.
|
static |
Back camera device type.
Definition at line 24 of file CameraDevice.java.
|
static |
Front camera device type.
Definition at line 19 of file CameraDevice.java.
|
static |
UVC camera device type.
Definition at line 29 of file CameraDevice.java.
|
private |
Definition at line 12 of file CameraDevice.java.
Referenced by us.zoom.sdk.CameraDevice.getApertureValue().
|
private |
Definition at line 9 of file CameraDevice.java.
Referenced by us.zoom.sdk.CameraDevice.getCameraType().
|
private |
Definition at line 6 of file CameraDevice.java.
Referenced by us.zoom.sdk.CameraDevice.getDeviceId().
|
private |
Definition at line 7 of file CameraDevice.java.
Referenced by us.zoom.sdk.CameraDevice.getDeviceName().
|
private |
Definition at line 13 of file CameraDevice.java.
Referenced by us.zoom.sdk.CameraDevice.getFocalLength().
|
private |
Definition at line 10 of file CameraDevice.java.
Referenced by us.zoom.sdk.CameraDevice.getHorizontalAngle().
|
private |
Definition at line 14 of file CameraDevice.java.
Referenced by us.zoom.sdk.CameraDevice.getMaxZoomFactor().
|
private |
Definition at line 8 of file CameraDevice.java.
Referenced by us.zoom.sdk.CameraDevice.isSelectedDevice().
|
private |
Definition at line 11 of file CameraDevice.java.
Referenced by us.zoom.sdk.CameraDevice.getVerticalAngle().