Package com.iristick.smartglass.support.camera2¶
Deprecated.
Not maintained anymore. Please use the
com.iristick.smartglass.core.camera
package instead.This package provides a wrapper around both the
android.hardware.camera2
API
and the com.iristick.smartglass.core.camera
.
It allows accessing both regular camera devices and camera devices of the
Iristick smartglass in a transparent manner.
The interface is modeled to be as close as possible to the
android.hardware.camera2
API.
Note
This package requires at least Android API level 21.
The com.iristick.smartglass.core.camera
may still be used with a lower API level. To access the regular camera devices, see
android.hardware.Camera
class.
Interface | Description |
---|---|
CameraCaptureSession | Deprecated
Not maintained anymore.
|
CameraConstrainedHighSpeedCaptureSession | Deprecated
Not maintained anymore.
|
CameraDevice | Deprecated
Not maintained anymore.
|
CameraManager.HeadsetCallback |
A callback for Iristick Smartglass headsets connecting or disconnecting.
|
Class | Description |
---|---|
CameraCaptureSession.CaptureCallback |
A callback object for tracking the progress of a
CaptureRequest submitted to the
camera device. |
CameraCaptureSession.StateCallback |
A callback object for receiving updates about the state of a camera capture session.
|
CameraCharacteristics | Deprecated
Not maintained anymore.
|
CameraCharacteristics.Key<TE,TIA,TII> |
A
Key is used to capture request field lookups with CameraCharacteristics.get(Key) . |
CameraDevice.StateCallback |
A callback objects for receiving updates about the state of a camera device.
|
CameraFormat | Deprecated
Not maintained anymore.
|
CameraManager | Deprecated
Not maintained anymore.
|
CameraManager.AvailabilityCallback |
A callback for camera devices becoming available or unavailable to open.
|
CameraManager.TorchCallback |
A callback for camera flash torch modes becoming unavailable, disabled, or enabled.
|
CameraMetadata<Key> | Deprecated
Not maintained anymore.
|
CaptureFailure | Deprecated
Not maintained anymore.
|
CaptureRequest | Deprecated
Not maintained anymore.
|
CaptureRequest.Builder |
This class allows to construct immutable capture requests.
|
CaptureRequest.Key<TE,TIA,TII> |
A
Key is used to capture request field lookups with CaptureRequest.get(com.iristick.smartglass.support.camera2.CaptureRequest.Key<T, TA, TI>)
or to set fields with CaptureRequest.Builder.set(com.iristick.smartglass.support.camera2.CaptureRequest.Key<T, TA, TI>, T) . |
CaptureResult | Deprecated
Not maintained anymore.
|
CaptureResult.Key<TE,TIA,TII> |
A
Key is used to capture request field lookups with CaptureResult.get(Key) . |
DngCreator | Deprecated
Not maintained anymore.
|
TotalCaptureResult | Deprecated
Not maintained anymore.
|
Exception | Description |
---|---|
CameraAccessException | Deprecated
Not maintained anymore.
|
- Since:
- Android API level 21