Class | Description |
---|---|
SCamera |
Provides version and feature capability check APIs.
|
SCameraCaptureSession |
A configured capture session for a
SCameraDevice , used for capturing images from the
camera or reprocessing images captured from the camera in the same session previously. |
SCameraCaptureSession.CaptureCallback |
A callback object for tracking the progress of a
SCaptureRequest submitted to the
camera device. |
SCameraCaptureSession.StateCallback |
A callback object for receiving updates about the state of a camera capture session.
|
SCameraCharacteristics |
The properties describing a
SCameraDevice . |
SCameraCharacteristics.Key<T> |
A
Key is used to do camera characteristics field lookups with
SCameraCharacteristics.get(com.samsung.android.sdk.camera.SCameraCharacteristics.Key<T>) . |
SCameraConstrainedHighSpeedCaptureSession |
A constrained high speed capture session for a
SCameraDevice , used for capturing high
speed images from the SCameraDevice for high speed video recording use case. |
SCameraDevice |
The SCameraDevice class is a representation of a single camera connected to an
Android device, allowing for fine-grain control of image capture and
post-processing at high frame rates.
|
SCameraDevice.StateCallback |
A callback objects for receiving updates about the state of a camera device.
|
SCameraManager |
A system service manager for detecting, characterizing, and connecting to
SCameraDevices . |
SCameraManager.AvailabilityCallback |
A callback for camera devices becoming available or unavailable to open.
|
SCameraManager.TorchCallback |
A callback for camera flash torch modes becoming unavailable, disabled, or enabled.
|
SCameraMetadata<TKey> |
The base class for camera controls and information.
|
SCaptureFailure |
A report of failed capture for a single image capture from the image sensor.
|
SCaptureRequest |
An immutable package of settings and outputs needed to capture a single
image from the camera device.
|
SCaptureRequest.Builder |
A builder for capture requests.
|
SCaptureRequest.Key<T> |
A
Key is used to do capture request field lookups with
SCaptureResult.get(com.samsung.android.sdk.camera.SCaptureResult.Key<T>) or to set fields with
SCaptureRequest.Builder.set(SCaptureRequest.Key, java.lang.Object) . |
SCaptureResult |
The subset of the results of a single image capture from the image sensor.
|
SCaptureResult.Key<T> |
A
Key is used to do capture result field lookups with
SCaptureResult.get(com.samsung.android.sdk.camera.SCaptureResult.Key<T>) . |
SDngCreator |
The
SDngCreator class provides functions to write raw pixel data as a DNG file. |
STotalCaptureResult |
The total assembled results of a single image capture from the image sensor.
|
Copyright © Samsung Electronics, Co., Ltd. All rights reserved.