Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

abortCaptures() - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession
Discard all captures currently pending and in-progress as fast as possible.
addTarget(Surface) - Method in class com.samsung.android.sdk.camera.SCaptureRequest.Builder
Add a surface to the list of targets for this request The Surface added must be one of the surfaces included in the most recent call to SCameraDevice.createCaptureSession(java.util.List<android.view.Surface>, com.samsung.android.sdk.camera.SCameraCaptureSession.StateCallback, android.os.Handler), when the request is given to the camera device.
AvailabilityCallback() - Constructor for class com.samsung.android.sdk.camera.SCameraManager.AvailabilityCallback
 

B

BLACK_LEVEL_LOCK - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Whether black-level compensation is locked to its current values, or is free to vary.
BLACK_LEVEL_LOCK - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Whether black-level compensation is locked to its current values, or is free to vary.
build() - Method in class com.samsung.android.sdk.camera.SCaptureRequest.Builder
Build a request using the current target Surfaces and settings.

C

calculateAffineRotation(SCameraImageMatrix, float, float, float) - Static method in class com.samsung.android.sdk.camera.image.SCameraImageCore
Postconcats the matrix with the specified rotation.
calculateAffineScale(SCameraImageMatrix, float, float) - Static method in class com.samsung.android.sdk.camera.image.SCameraImageCore
Postconcats the matrix with the specified scale.
calculateAffineSkew(SCameraImageMatrix, float, float) - Static method in class com.samsung.android.sdk.camera.image.SCameraImageCore
Postconcats the matrix with the specified skew.
calculateAffineTranslation(SCameraImageMatrix, float, float) - Static method in class com.samsung.android.sdk.camera.image.SCameraImageCore
Postconcats the matrix with the specified translation.
CAMERA_ID - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessor
ID of camera device which is used to provide image data to processor.
cancel() - Method in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor
Cancel panorama processing.
capture(SCaptureRequest, SCameraCaptureSession.CaptureCallback, Handler) - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession
Submit a request for an image to be captured by the camera device.
captureBurst(List<SCaptureRequest>, SCameraCaptureSession.CaptureCallback, Handler) - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession
Submit a list of requests to be captured in sequence as a burst.
CaptureCallback() - Constructor for class com.samsung.android.sdk.camera.SCameraCaptureSession.CaptureCallback
 
close() - Method in class com.samsung.android.sdk.camera.processor.SCameraProcessor
Close this SCameraProcessor.
close() - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession
Close this capture session asynchronously.
close() - Method in class com.samsung.android.sdk.camera.SCameraDevice
Close the connection to this camera device as quickly as possible.
close() - Method in class com.samsung.android.sdk.camera.SDngCreator
Closes the object and release any system resources it holds.
COLOR_CORRECTION_ABERRATION_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Mode of operation for the chromatic aberration correction algorithm.
COLOR_CORRECTION_ABERRATION_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Mode of operation for the chromatic aberration correction algorithm.
COLOR_CORRECTION_ABERRATION_MODE_FAST - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Aberration correction will not slow down capture rate relative to sensor raw output.
COLOR_CORRECTION_ABERRATION_MODE_HIGH_QUALITY - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Aberration correction operates at improved quality but the capture rate might be reduced (relative to sensor raw output rate)
COLOR_CORRECTION_ABERRATION_MODE_OFF - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
No aberration correction is applied.
COLOR_CORRECTION_AVAILABLE_ABERRATION_MODES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of aberration correction modes for android.colorCorrection.aberrationMode that are supported by this camera device.
COLOR_CORRECTION_GAINS - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Gains applying to Bayer raw color channels for white-balance.
COLOR_CORRECTION_GAINS - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Gains applying to Bayer raw color channels for white-balance.
COLOR_CORRECTION_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
The mode control selects how the image data is converted from the sensor's native color into linear sRGB color.
COLOR_CORRECTION_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The mode control selects how the image data is converted from the sensor's native color into linear sRGB color.
COLOR_CORRECTION_MODE_FAST - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Color correction processing must not slow down capture rate relative to sensor raw output.
COLOR_CORRECTION_MODE_HIGH_QUALITY - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Color correction processing operates at improved quality but the capture rate might be reduced (relative to sensor raw output rate) Advanced white balance adjustments above and beyond the specified white balance pipeline may be applied.
COLOR_CORRECTION_MODE_TRANSFORM_MATRIX - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Use the android.colorCorrection.transform matrix and android.colorCorrection.gains to do color conversion.
COLOR_CORRECTION_TRANSFORM - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
A color transform matrix to use to transform from sensor RGB color space to output linear sRGB color space.
COLOR_CORRECTION_TRANSFORM - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
A color transform matrix to use to transform from sensor RGB color space to output linear sRGB color space.
com.samsung.android.sdk - package com.samsung.android.sdk
 
com.samsung.android.sdk.camera - package com.samsung.android.sdk.camera
 
com.samsung.android.sdk.camera.filter - package com.samsung.android.sdk.camera.filter
 
com.samsung.android.sdk.camera.image - package com.samsung.android.sdk.camera.image
 
com.samsung.android.sdk.camera.params - package com.samsung.android.sdk.camera.params
 
com.samsung.android.sdk.camera.processor - package com.samsung.android.sdk.camera.processor
 
CONTROL_AE_ANTIBANDING_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
The desired setting for the camera device's auto-exposure algorithm's antibanding compensation.
CONTROL_AE_ANTIBANDING_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The desired setting for the camera device's auto-exposure algorithm's antibanding compensation.
CONTROL_AE_ANTIBANDING_MODE_50HZ - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device will adjust exposure duration to avoid banding problems with 50Hz illumination sources.
CONTROL_AE_ANTIBANDING_MODE_60HZ - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device will adjust exposure duration to avoid banding problems with 60Hz illumination sources.
CONTROL_AE_ANTIBANDING_MODE_AUTO - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device will automatically adapt its antibanding routine to the current illumination condition.
CONTROL_AE_ANTIBANDING_MODE_OFF - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device will not adjust exposure duration to avoid banding problems.
CONTROL_AE_AVAILABLE_ANTIBANDING_MODES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of auto-exposure antibanding modes for android.control.aeAntibandingMode that are supported by this camera device.
CONTROL_AE_AVAILABLE_MODES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of auto-exposure modes for android.control.aeMode that are supported by this camera device.
CONTROL_AE_AVAILABLE_TARGET_FPS_RANGES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of frame rate ranges for android.control.aeTargetFpsRange supported by this camera device.
CONTROL_AE_COMPENSATION_RANGE - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
Maximum and minimum exposure compensation values for android.control.aeExposureCompensation, in counts of android.control.aeCompensationStep, that are supported by this camera device.
CONTROL_AE_COMPENSATION_STEP - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
Smallest step by which the exposure compensation can be changed.
CONTROL_AE_EXPOSURE_COMPENSATION - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Adjustment to auto-exposure (AE) target image brightness.
CONTROL_AE_EXPOSURE_COMPENSATION - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Adjustment to auto-exposure (AE) target image brightness.
CONTROL_AE_LOCK - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Whether auto-exposure (AE) is currently locked to its latest calculated values.
CONTROL_AE_LOCK - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Whether auto-exposure (AE) is currently locked to its latest calculated values.
CONTROL_AE_LOCK_AVAILABLE - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
Whether the camera device supports android.control.aeLock Devices with MANUAL_SENSOR capability or BURST_CAPTURE capability will always list true.
CONTROL_AE_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
The desired mode for the camera device's auto-exposure routine.
CONTROL_AE_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The desired mode for the camera device's auto-exposure routine.
CONTROL_AE_MODE_OFF - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device's autoexposure routine is disabled.
CONTROL_AE_MODE_ON - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device's autoexposure routine is active, with no flash control.
CONTROL_AE_MODE_ON_ALWAYS_FLASH - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Like ON, except that the camera device also controls the camera's flash unit, always firing it for still captures.
CONTROL_AE_MODE_ON_AUTO_FLASH - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Like ON, except that the camera device also controls the camera's flash unit, firing it in low-light conditions.
CONTROL_AE_MODE_ON_AUTO_FLASH_REDEYE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Like ON_AUTO_FLASH, but with automatic red eye reduction.
CONTROL_AE_PRECAPTURE_TRIGGER - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Whether the camera device will trigger a precapture metering sequence when it processes this request.
CONTROL_AE_PRECAPTURE_TRIGGER - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Whether the camera device will trigger a precapture metering sequence when it processes this request.
CONTROL_AE_PRECAPTURE_TRIGGER_CANCEL - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device will cancel any currently active or completed precapture metering sequence, the auto-exposure routine will return to its initial state.
CONTROL_AE_PRECAPTURE_TRIGGER_IDLE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The trigger is idle.
CONTROL_AE_PRECAPTURE_TRIGGER_START - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The precapture metering sequence will be started by the camera device.
CONTROL_AE_REGIONS - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
List of metering areas to use for auto-exposure adjustment.
CONTROL_AE_REGIONS - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
List of metering areas to use for auto-exposure adjustment.
CONTROL_AE_STATE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Current state of the auto-exposure (AE) algorithm.
CONTROL_AE_STATE_CONVERGED - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
AE has a good set of control values for the current scene.
CONTROL_AE_STATE_FLASH_REQUIRED - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
AE has a good set of control values, but flash needs to be fired for good quality still capture.
CONTROL_AE_STATE_INACTIVE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
AE is off or recently reset.
CONTROL_AE_STATE_LOCKED - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
AE has been locked.
CONTROL_AE_STATE_PRECAPTURE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
AE has been asked to do a precapture sequence and is currently executing it.
CONTROL_AE_STATE_SEARCHING - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
AE doesn't yet have a good set of control values for the current scene.
CONTROL_AE_TARGET_FPS_RANGE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Range over which the auto-exposure routine can adjust the capture frame rate to maintain good exposure.
CONTROL_AE_TARGET_FPS_RANGE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Range over which the auto-exposure routine can adjust the capture frame rate to maintain good exposure.
CONTROL_AF_AVAILABLE_MODES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of auto-focus (AF) modes for android.control.afMode that are supported by this camera device.
CONTROL_AF_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Whether auto-focus (AF) is currently enabled, and what mode it is set to.
CONTROL_AF_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Whether auto-focus (AF) is currently enabled, and what mode it is set to.
CONTROL_AF_MODE_AUTO - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Basic automatic focus mode.
CONTROL_AF_MODE_CONTINUOUS_PICTURE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
In this mode, the AF algorithm modifies the lens position continually to attempt to provide a constantly-in-focus image stream.
CONTROL_AF_MODE_CONTINUOUS_VIDEO - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
In this mode, the AF algorithm modifies the lens position continually to attempt to provide a constantly-in-focus image stream.
CONTROL_AF_MODE_EDOF - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Extended depth of field (digital focus) mode.
CONTROL_AF_MODE_MACRO - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Close-up focusing mode.
CONTROL_AF_MODE_OFF - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The auto-focus routine does not control the lens; android.lens.focusDistance is controlled by the application.
CONTROL_AF_REGIONS - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
List of metering areas to use for auto-focus.
CONTROL_AF_REGIONS - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
List of metering areas to use for auto-focus.
CONTROL_AF_STATE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Current state of auto-focus (AF) algorithm.
CONTROL_AF_STATE_ACTIVE_SCAN - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
AF is performing an AF scan because it was triggered by AF trigger.
CONTROL_AF_STATE_FOCUSED_LOCKED - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
AF believes it is focused correctly and has locked focus.
CONTROL_AF_STATE_INACTIVE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
AF is off or has not yet tried to scan/been asked to scan.
CONTROL_AF_STATE_NOT_FOCUSED_LOCKED - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
AF has failed to focus successfully and has locked focus.
CONTROL_AF_STATE_PASSIVE_FOCUSED - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
AF currently believes it is in focus, but may restart scanning at any time.
CONTROL_AF_STATE_PASSIVE_SCAN - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
AF is currently performing an AF scan initiated the camera device in a continuous autofocus mode.
CONTROL_AF_STATE_PASSIVE_UNFOCUSED - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
AF finished a passive scan without finding focus, and may restart scanning at any time.
CONTROL_AF_TRIGGER - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Whether the camera device will trigger autofocus for this request.
CONTROL_AF_TRIGGER - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Whether the camera device will trigger autofocus for this request.
CONTROL_AF_TRIGGER_CANCEL - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Autofocus will return to its initial state, and cancel any currently active trigger.
CONTROL_AF_TRIGGER_IDLE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The trigger is idle.
CONTROL_AF_TRIGGER_START - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Autofocus will trigger now.
CONTROL_AVAILABLE_EFFECTS - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of color effects for android.control.effectMode that are supported by this camera device.
CONTROL_AVAILABLE_MODES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of control modes for android.control.mode that are supported by this camera device.
CONTROL_AVAILABLE_SCENE_MODES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of scene modes for android.control.sceneMode that are supported by this camera device.
CONTROL_AVAILABLE_VIDEO_STABILIZATION_MODES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of video stabilization modes for android.control.videoStabilizationMode that are supported by this camera device.
CONTROL_AWB_AVAILABLE_MODES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of auto-white-balance modes for android.control.awbMode that are supported by this camera device.
CONTROL_AWB_LOCK - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Whether auto-white balance (AWB) is currently locked to its latest calculated values.
CONTROL_AWB_LOCK - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Whether auto-white balance (AWB) is currently locked to its latest calculated values.
CONTROL_AWB_LOCK_AVAILABLE - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
Whether the camera device supports android.control.awbLock Devices with MANUAL_POST_PROCESSING capability or BURST_CAPTURE capability will always list true.
CONTROL_AWB_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Whether auto-white balance (AWB) is currently setting the color transform fields, and what its illumination target is.
CONTROL_AWB_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Whether auto-white balance (AWB) is currently setting the color transform fields, and what its illumination target is.
CONTROL_AWB_MODE_AUTO - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device's auto-white balance routine is active.
CONTROL_AWB_MODE_CLOUDY_DAYLIGHT - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device's auto-white balance routine is disabled; the camera device uses cloudy daylight light as the assumed scene illumination for white balance.
CONTROL_AWB_MODE_DAYLIGHT - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device's auto-white balance routine is disabled; the camera device uses daylight light as the assumed scene illumination for white balance.
CONTROL_AWB_MODE_FLUORESCENT - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device's auto-white balance routine is disabled; the camera device uses fluorescent light as the assumed scene illumination for white balance.
CONTROL_AWB_MODE_INCANDESCENT - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device's auto-white balance routine is disabled; the camera device uses incandescent light as the assumed scene illumination for white balance.
CONTROL_AWB_MODE_OFF - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device's auto-white balance routine is disabled.
CONTROL_AWB_MODE_SHADE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device's auto-white balance routine is disabled; the camera device uses shade light as the assumed scene illumination for white balance.
CONTROL_AWB_MODE_TWILIGHT - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device's auto-white balance routine is disabled; the camera device uses twilight light as the assumed scene illumination for white balance.
CONTROL_AWB_MODE_WARM_FLUORESCENT - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device's auto-white balance routine is disabled; the camera device uses warm fluorescent light as the assumed scene illumination for white balance.
CONTROL_AWB_REGIONS - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
List of metering areas to use for auto-white-balance illuminant estimation.
CONTROL_AWB_REGIONS - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
List of metering areas to use for auto-white-balance illuminant estimation.
CONTROL_AWB_STATE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Current state of auto-white balance (AWB) algorithm.
CONTROL_AWB_STATE_CONVERGED - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
AWB has a good set of control values for the current scene.
CONTROL_AWB_STATE_INACTIVE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
AWB is not in auto mode, or has not yet started metering.
CONTROL_AWB_STATE_LOCKED - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
AWB has been locked.
CONTROL_AWB_STATE_SEARCHING - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
AWB doesn't yet have a good set of control values for the current scene.
CONTROL_CAPTURE_INTENT - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Information to the camera device 3A (auto-exposure, auto-focus, auto-white balance) routines about the purpose of this capture, to help the camera device to decide optimal 3A strategy.
CONTROL_CAPTURE_INTENT - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Information to the camera device 3A (auto-exposure, auto-focus, auto-white balance) routines about the purpose of this capture, to help the camera device to decide optimal 3A strategy.
CONTROL_CAPTURE_INTENT_CUSTOM - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The goal of this request doesn't fall into the other categories.
CONTROL_CAPTURE_INTENT_MANUAL - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
This request is for manual capture use case where the applications want to directly control the capture parameters.
CONTROL_CAPTURE_INTENT_PREVIEW - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
This request is for a preview-like use case.
CONTROL_CAPTURE_INTENT_STILL_CAPTURE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
This request is for a still capture-type use case.
CONTROL_CAPTURE_INTENT_VIDEO_RECORD - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
This request is for a video recording use case.
CONTROL_CAPTURE_INTENT_VIDEO_SNAPSHOT - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
This request is for a video snapshot (still image while recording video) use case.
CONTROL_CAPTURE_INTENT_ZERO_SHUTTER_LAG - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
This request is for a ZSL usecase; the application will stream full-resolution images and reprocess one or several later for a final capture.
CONTROL_EFFECT_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
A special color effect to apply.
CONTROL_EFFECT_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
A special color effect to apply.
CONTROL_EFFECT_MODE_AQUA - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
An "aqua" effect where a blue hue is added to the image.
CONTROL_EFFECT_MODE_BLACKBOARD - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
A "blackboard" effect where the image is typically displayed as regions of black, with white or grey details.
CONTROL_EFFECT_MODE_MONO - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
A "monocolor" effect where the image is mapped into a single color.
CONTROL_EFFECT_MODE_NEGATIVE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
A "photo-negative" effect where the image's colors are inverted.
CONTROL_EFFECT_MODE_OFF - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
No color effect will be applied.
CONTROL_EFFECT_MODE_POSTERIZE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
A "posterization" effect where the image uses discrete regions of tone rather than a continuous gradient of tones.
CONTROL_EFFECT_MODE_SEPIA - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
A "sepia" effect where the image is mapped into warm gray, red, and brown tones.
CONTROL_EFFECT_MODE_SOLARIZE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
A "solarisation" effect (Sabattier effect) where the image is wholly or partially reversed in tone.
CONTROL_EFFECT_MODE_WHITEBOARD - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
A "whiteboard" effect where the image is typically displayed as regions of white, with black or grey details.
CONTROL_LIVE_HDR_LEVEL - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
The desired level for the camera device's live High-dynamic-range imaging feature.
CONTROL_LIVE_HDR_LEVEL - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The desired level for the camera device's live High-dynamic-range imaging feature.
CONTROL_MAX_REGIONS_AE - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The maximum number of metering regions that can be used by the auto-exposure (AE) routine.
CONTROL_MAX_REGIONS_AF - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The maximum number of metering regions that can be used by the auto-focus (AF) routine.
CONTROL_MAX_REGIONS_AWB - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The maximum number of metering regions that can be used by the auto-white balance (AWB) routine.
CONTROL_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Overall mode of 3A (auto-exposure, auto-white-balance, auto-focus) control routines.
CONTROL_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Overall mode of 3A (auto-exposure, auto-white-balance, auto-focus) control routines.
CONTROL_MODE_AUTO - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Use settings for each individual 3A routine.
CONTROL_MODE_OFF - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Full application control of pipeline.
CONTROL_MODE_OFF_KEEP_STATE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Same as OFF mode, except that this capture will not be used by camera device background auto-exposure, auto-white balance and auto-focus algorithms (3A) to update their statistics.
CONTROL_MODE_USE_SCENE_MODE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Use a specific scene mode.
CONTROL_SCENE_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Control for which scene mode is currently active.
CONTROL_SCENE_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Control for which scene mode is currently active.
CONTROL_SCENE_MODE_ACTION - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Optimized for photos of quickly moving objects.
CONTROL_SCENE_MODE_BARCODE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Optimized for accurately capturing a photo of barcode for use by camera applications that wish to read the barcode value.
CONTROL_SCENE_MODE_BEACH - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Optimized for bright, outdoor beach settings.
CONTROL_SCENE_MODE_CANDLELIGHT - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Optimized for dim settings where the main light source is a flame.
CONTROL_SCENE_MODE_DISABLED - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Indicates that no scene modes are set for a given capture request.
CONTROL_SCENE_MODE_FACE_PRIORITY - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
If face detection support exists, use face detection data for auto-focus, auto-white balance, and auto-exposure routines.
CONTROL_SCENE_MODE_FIREWORKS - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Optimized for nighttime photos of fireworks.
CONTROL_SCENE_MODE_HDR - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Turn on a device-specific high dynamic range (HDR) mode.
CONTROL_SCENE_MODE_HIGH_SPEED_VIDEO - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Deprecated.
Please refer to this API documentation to find the alternatives
CONTROL_SCENE_MODE_LANDSCAPE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Optimized for photos of distant macroscopic objects.
CONTROL_SCENE_MODE_NIGHT - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Optimized for low-light settings.
CONTROL_SCENE_MODE_NIGHT_PORTRAIT - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Optimized for still photos of people in low-light settings.
CONTROL_SCENE_MODE_PARTY - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Optimized for dim, indoor settings with multiple moving people.
CONTROL_SCENE_MODE_PORTRAIT - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Optimized for still photos of people.
CONTROL_SCENE_MODE_SNOW - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Optimized for bright, outdoor settings containing snow.
CONTROL_SCENE_MODE_SPORTS - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Optimized for photos of quickly moving people.
CONTROL_SCENE_MODE_STEADYPHOTO - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Optimized to avoid blurry photos due to small amounts of device motion (for example: due to hand shake).
CONTROL_SCENE_MODE_SUNSET - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Optimized for scenes of the setting sun.
CONTROL_SCENE_MODE_THEATRE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Optimized for dim, indoor settings where flash must remain off.
CONTROL_VIDEO_STABILIZATION_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Whether video stabilization is active.
CONTROL_VIDEO_STABILIZATION_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Whether video stabilization is active.
CONTROL_VIDEO_STABILIZATION_MODE_OFF - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Video stabilization is disabled.
CONTROL_VIDEO_STABILIZATION_MODE_ON - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Video stabilization is enabled.
convertImageFormat(SCameraImage, int) - Static method in class com.samsung.android.sdk.camera.image.SCameraImageCore
Converts one color format to other color format.
createCaptureRequest(int) - Method in class com.samsung.android.sdk.camera.SCameraDevice
Create a SCaptureRequest.Builder for new capture requests, initialized with template for a target use case.
createCaptureSession(List<Surface>, SCameraCaptureSession.StateCallback, Handler) - Method in class com.samsung.android.sdk.camera.SCameraDevice
Create a new camera capture session by providing the target output set of Surfaces to the camera device.
createConstrainedHighSpeedCaptureSession(List<Surface>, SCameraCaptureSession.StateCallback, Handler) - Method in class com.samsung.android.sdk.camera.SCameraDevice
Create a new constrained high speed capture session.
createFilter(SCameraFilterInfo) - Method in class com.samsung.android.sdk.camera.filter.SCameraFilterManager
Creates a new SCameraFilter with the CameraFilterInfo.
createFilter(String, String) - Method in class com.samsung.android.sdk.camera.filter.SCameraFilterManager
Creates a new SCameraFilter with the package and filter name.
createHighSpeedRequestList(SCaptureRequest) - Method in class com.samsung.android.sdk.camera.SCameraConstrainedHighSpeedCaptureSession
Create a unmodifiable list of requests that is suitable for constrained high speed capture session streaming.
createProcessor(SCameraProcessorManager.ProcessorType<T>) - Method in class com.samsung.android.sdk.camera.processor.SCameraProcessorManager
Create a SCameraProcessor instance from given ProcessorType.
createReprocessableCaptureSession(InputConfiguration, List<Surface>, SCameraCaptureSession.StateCallback, Handler) - Method in class com.samsung.android.sdk.camera.SCameraDevice
Create a new reprocessable camera capture session by providing the desired reprocessing input Surface configuration and the target output set of Surfaces to the camera device.
createReprocessCaptureRequest(STotalCaptureResult) - Method in class com.samsung.android.sdk.camera.SCameraDevice
Create a SCaptureRequest.Builder for a new reprocess SCaptureRequest from a STotalCaptureResult.
CREATOR - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
 

D

deinitialize() - Method in class com.samsung.android.sdk.camera.processor.SCameraProcessor
Deinitialize SCameraProcessor.
DEPTH_DEPTH_IS_EXCLUSIVE - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
Indicates whether a capture request may target both a DEPTH16 / DEPTH_POINT_CLOUD output, and normal color outputs (such as YUV_420_888, JPEG, or RAW) simultaneously.
DEVICE_NOT_SUPPORTED - Static variable in exception com.samsung.android.sdk.SsdkUnsupportedException
DEVICE_NOT_SUPPORTED indicates that Device does not supported.

E

EDGE_AVAILABLE_EDGE_MODES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of edge enhancement modes for android.edge.mode that are supported by this camera device.
EDGE_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Operation mode for edge enhancement.
EDGE_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Operation mode for edge enhancement.
EDGE_MODE_FAST - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Apply edge enhancement at a quality level that does not slow down frame rate relative to sensor output.
EDGE_MODE_HIGH_QUALITY - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Apply high-quality edge enhancement, at a cost of possibly reduced output frame rate.
EDGE_MODE_OFF - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
No edge enhancement is applied.
EDGE_MODE_ZERO_SHUTTER_LAG - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Edge enhancement is applied at different levels for different output streams, based on resolution.
enhanceContrast(SCameraImage, int, float) - Static method in class com.samsung.android.sdk.camera.image.SCameraImageCore
Enhances the contrast of the given source image and generates an output image.
equalizeHistogram(SCameraImage) - Static method in class com.samsung.android.sdk.camera.image.SCameraImageCore
It is an image intensity adjustment technique where gain in contrast can be seen in the output image.
ERROR_CAMERA_DEVICE - Static variable in class com.samsung.android.sdk.camera.SCameraDevice.StateCallback
An error code that can be reported by SCameraDevice.StateCallback.onError(com.samsung.android.sdk.camera.SCameraDevice, int) indicating that the camera device has encountered a fatal error.
ERROR_CAMERA_DISABLED - Static variable in class com.samsung.android.sdk.camera.SCameraDevice.StateCallback
An error code that can be reported by SCameraDevice.StateCallback.onError(com.samsung.android.sdk.camera.SCameraDevice, int) indicating that the camera device could not be opened due to a device policy.
ERROR_CAMERA_IN_USE - Static variable in class com.samsung.android.sdk.camera.SCameraDevice.StateCallback
An error code that can be reported by SCameraDevice.StateCallback.onError(com.samsung.android.sdk.camera.SCameraDevice, int) indicating that the camera device is in use already.
ERROR_CAMERA_SERVICE - Static variable in class com.samsung.android.sdk.camera.SCameraDevice.StateCallback
An error code that can be reported by SCameraDevice.StateCallback.onError(com.samsung.android.sdk.camera.SCameraDevice, int) indicating that the camera service has encountered a fatal error.
ERROR_MAX_CAMERAS_IN_USE - Static variable in class com.samsung.android.sdk.camera.SCameraDevice.StateCallback
An error code that can be reported by SCameraDevice.StateCallback.onError(com.samsung.android.sdk.camera.SCameraDevice, int) indicating that the camera device could not be opened because there are too many other open camera devices.
EventCallback() - Constructor for class com.samsung.android.sdk.camera.processor.SCameraDepthOfFieldProcessor.EventCallback
 
EventCallback() - Constructor for class com.samsung.android.sdk.camera.processor.SCameraEffectProcessor.EventCallback
 
EventCallback() - Constructor for class com.samsung.android.sdk.camera.processor.SCameraGifProcessor.EventCallback
 
EventCallback() - Constructor for class com.samsung.android.sdk.camera.processor.SCameraHazeRemoveProcessor.EventCallback
 
EventCallback() - Constructor for class com.samsung.android.sdk.camera.processor.SCameraHdrProcessor.EventCallback
 
EventCallback() - Constructor for class com.samsung.android.sdk.camera.processor.SCameraLowLightProcessor.EventCallback
 
EventCallback() - Constructor for class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor.EventCallback
 

F

FILTER_EFFECT - Static variable in class com.samsung.android.sdk.camera.processor.SCameraEffectProcessor
Desired filter, SCameraEffectProcessor will use to process stream and image data.
FILTER_TYPE_EFFECT - Static variable in class com.samsung.android.sdk.camera.filter.SCameraFilterInfo
Effect filter.
FILTER_TYPE_NONE - Static variable in class com.samsung.android.sdk.camera.filter.SCameraFilterInfo
Unknown filter type.
filterSpatial(SCameraImage, SCameraImageMatrix) - Static method in class com.samsung.android.sdk.camera.image.SCameraImageCore
Spatial filtering is a neighborhood operation, where the value of a pixel in the output image is a weighted sum of the corresponding neighborhood pixels of input.
FLASH_INFO_AVAILABLE - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
Whether this camera device has a flash unit.
FLASH_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
The desired mode for for the camera device's flash control.
FLASH_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The desired mode for for the camera device's flash control.
FLASH_MODE_OFF - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Do not fire the flash for this capture.
FLASH_MODE_SINGLE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
If the flash is available and charged, fire flash for this capture.
FLASH_MODE_TORCH - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Transition flash to continuously on.
FLASH_STATE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Current state of the flash unit.
FLASH_STATE_CHARGING - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Flash is charging and cannot be fired.
FLASH_STATE_FIRED - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Flash fired for this capture.
FLASH_STATE_PARTIAL - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Flash partially illuminated this frame.
FLASH_STATE_READY - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Flash is ready to fire.
FLASH_STATE_UNAVAILABLE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
No flash on camera.
FORMAT_DEFAULT - Static variable in class com.samsung.android.sdk.camera.image.SCameraImage
 
FORMAT_NV21 - Static variable in class com.samsung.android.sdk.camera.image.SCameraImage
 
FORMAT_RGB24 - Static variable in class com.samsung.android.sdk.camera.image.SCameraImage
 
FORMAT_YUYV - Static variable in class com.samsung.android.sdk.camera.image.SCameraImage
 

G

get(SCameraProcessorParameter.Key<T>) - Method in class com.samsung.android.sdk.camera.processor.SCameraProcessorParameter
Get a parameter field value.
get(SCameraCharacteristics.Key<T>) - Method in class com.samsung.android.sdk.camera.SCameraCharacteristics
Get a camera characteristics field value.
get(SCaptureRequest.Key<T>) - Method in class com.samsung.android.sdk.camera.SCaptureRequest.Builder
Get a capture request field value.
get(SCaptureRequest.Key<T>) - Method in class com.samsung.android.sdk.camera.SCaptureRequest
Get a capture request field value.
get(SCaptureResult.Key<T>) - Method in class com.samsung.android.sdk.camera.SCaptureResult
Get a capture result field value.
getAt(int, int) - Method in class com.samsung.android.sdk.camera.image.SCameraImageMatrix
Returns the value of an element at position (x,y).
getAvailableCaptureRequestKeys() - Method in class com.samsung.android.sdk.camera.SCameraCharacteristics
Returns the list of keys supported by this SCameraDevice for querying with a SCaptureRequest.
getAvailableCaptureResultKeys() - Method in class com.samsung.android.sdk.camera.SCameraCharacteristics
Returns the list of keys supported by this SCameraDevice for querying with a SCaptureResult.
getAvailableFilters() - Method in class com.samsung.android.sdk.camera.filter.SCameraFilterManager
Requests the list of all filters.
getAvailableFilters(String) - Method in class com.samsung.android.sdk.camera.filter.SCameraFilterManager
Requests one or more filters by package name.
getAvailableFilters(int) - Method in class com.samsung.android.sdk.camera.filter.SCameraFilterManager
Requests one or more filters by filter type.
getAvailableFilters(String, int) - Method in class com.samsung.android.sdk.camera.filter.SCameraFilterManager
Requests one or more filters by package name and filter type.
getAvailableKeys() - Method in class com.samsung.android.sdk.camera.processor.SCameraProcessorParameter
Returns the list of keys supported by this processor for querying or setting with this SCameraProcessorParameter.
getAvailableProcessorTypeList() - Method in class com.samsung.android.sdk.camera.processor.SCameraProcessorManager
Get all the processors available in a device as a list of SCameraProcessorManager.ProcessorType.
getBitmap() - Method in class com.samsung.android.sdk.camera.image.SCameraImage
Converts the SCameraImage to Bitmap.
getBitmap(int, int) - Method in class com.samsung.android.sdk.camera.image.SCameraImage
Converts the SCameraImage to Bitmap.
getBpp() - Method in class com.samsung.android.sdk.camera.image.SCameraImage
Gets the BPP(Bits Per Pixel).
getCameraCharacteristics(String) - Method in class com.samsung.android.sdk.camera.SCameraManager
Query the capabilities of a camera device.
getCameraIdList() - Method in class com.samsung.android.sdk.camera.SCameraManager
Return the list of currently connected camera devices by identifier, including cameras that may be in use by other camera API clients.
getDefaultAffineMatrix() - Static method in class com.samsung.android.sdk.camera.image.SCameraImageCore
Returns 3X3 unit matrix to use in the affine transform functions.
getDevice() - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession
Get the camera device that this session is created for.
getFormat() - Method in class com.samsung.android.sdk.camera.image.SCameraImage
Gets the format for this image.
getFormat() - Method in class com.samsung.android.sdk.camera.params.InputConfiguration
Get the format of this input configuration.
getFrameNumber() - Method in class com.samsung.android.sdk.camera.SCaptureFailure
Get the frame number associated with this failed capture.
getFrameNumber() - Method in class com.samsung.android.sdk.camera.SCaptureResult
Get the frame number associated with this result.
getHeight() - Method in class com.samsung.android.sdk.camera.image.SCameraImage
The height of the image in pixels.
getHeight() - Method in class com.samsung.android.sdk.camera.image.SCameraImageMatrix
The height of the matrix in pixels.
getHeight() - Method in class com.samsung.android.sdk.camera.params.InputConfiguration
Get the height of this input configuration.
getId() - Method in class com.samsung.android.sdk.camera.SCameraDevice
Get the ID of this camera device.
getInfo() - Method in class com.samsung.android.sdk.camera.filter.SCameraFilter
Gets the SCameraFilterInfo.
getInputSurface() - Method in class com.samsung.android.sdk.camera.processor.SCameraEffectProcessor
Returns a surface, which will be an input to this processor.
getInputSurface() - Method in class com.samsung.android.sdk.camera.processor.SCameraHazeRemoveProcessor
Returns a surface, which will be an input to this processor.
getInputSurface() - Method in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor
Returns a surface, which will be an input to this processor.
getInputSurface() - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession
Get the input Surface associated with a reprocessable capture session.
getKeys() - Method in class com.samsung.android.sdk.camera.SCameraCharacteristics
Returns a list of the keys contained in this map.
getKeys() - Method in class com.samsung.android.sdk.camera.SCameraMetadata
Returns a list of the keys contained in this map.
getKeys() - Method in class com.samsung.android.sdk.camera.SCaptureRequest
Returns a list of the keys contained in this map.
getKeys() - Method in class com.samsung.android.sdk.camera.SCaptureResult
Returns a list of the keys contained in this map.
getName() - Method in class com.samsung.android.sdk.camera.filter.SCameraFilterInfo
Gets the unique name of the filter.
getName() - Method in class com.samsung.android.sdk.camera.processor.SCameraProcessorManager.ProcessorType
returns string name of processor.
getName() - Method in class com.samsung.android.sdk.camera.processor.SCameraProcessorParameter.Key
Return a string key name of this key.
getName() - Method in class com.samsung.android.sdk.camera.SCameraCharacteristics.Key
Return a camelCase, period separated name formatted like: "root.section[.subsections].name".
getName() - Method in class com.samsung.android.sdk.camera.SCaptureRequest.Key
Return a camelCase, period separated name formatted like: "root.section[.subsections].name".
getName() - Method in class com.samsung.android.sdk.camera.SCaptureResult.Key
Return a camelCase, period separated name formatted like: "root.section[.subsections].name".
getPackageName() - Method in class com.samsung.android.sdk.camera.filter.SCameraFilterInfo
Gets the package name of the filter.
getParameter(String) - Method in class com.samsung.android.sdk.camera.filter.SCameraFilter
Returns the value of the specified key.
getParameters() - Method in class com.samsung.android.sdk.camera.filter.SCameraFilter
Returns the value of all keys.
getParameters() - Method in class com.samsung.android.sdk.camera.processor.SCameraProcessor
Returns the current settings for this processor.
getPartialResults() - Method in class com.samsung.android.sdk.camera.STotalCaptureResult
Get the read-only list of partial results that compose this total result.
getPixel(int, int) - Method in class com.samsung.android.sdk.camera.image.SCameraImage
Gets the pixel color value.
getPixels() - Method in class com.samsung.android.sdk.camera.image.SCameraImage
Gets the Complete Pixel data.
getReason() - Method in class com.samsung.android.sdk.camera.SCaptureFailure
Determine why the request was dropped, whether due to an error or to a user action.
getRequest() - Method in class com.samsung.android.sdk.camera.SCaptureFailure
Get the request associated with this failed capture.
getRequest() - Method in class com.samsung.android.sdk.camera.SCaptureResult
Get the request associated with this result.
getSCameraFilterManager() - Method in class com.samsung.android.sdk.camera.SCamera
Returns an instance of SCameraFilterManager for querying and creating a SCameraFilter.
getSCameraManager() - Method in class com.samsung.android.sdk.camera.SCamera
Returns an instance of SCameraManager for detecting, characterizing, and connecting to SCameraDevice.
getSCameraProcessorManager() - Method in class com.samsung.android.sdk.camera.SCamera
Returns an instance of SCameraProcessorManager for querying and creating a SCameraProcessor.
getSequenceId() - Method in class com.samsung.android.sdk.camera.SCaptureFailure
getSequenceId() - Method in class com.samsung.android.sdk.camera.SCaptureResult
getTag() - Method in class com.samsung.android.sdk.camera.SCaptureRequest
Retrieve the tag for this request, if any.
getType() - Method in class com.samsung.android.sdk.camera.filter.SCameraFilterInfo
Gets the type of the filter.
getType() - Method in exception com.samsung.android.sdk.SsdkUnsupportedException
Returns error type when SDK failed to initialize.
getValues() - Method in class com.samsung.android.sdk.camera.image.SCameraImageMatrix
Get Matrix value.
getVersionCode() - Method in class com.samsung.android.sdk.camera.SCamera
Return the version code of the SCamera SDK package.
getVersionName() - Method in class com.samsung.android.sdk.camera.SCamera
Return the version name of the SCamera SDK package.
getWidth() - Method in class com.samsung.android.sdk.camera.image.SCameraImage
The width of the image in pixels.
getWidth() - Method in class com.samsung.android.sdk.camera.image.SCameraImageMatrix
The Width of the matrix in pixels.
getWidth() - Method in class com.samsung.android.sdk.camera.params.InputConfiguration
Get the width of this input configuration.
GIF_FRAME_DURATION - Static variable in class com.samsung.android.sdk.camera.processor.SCameraGifProcessor
Desired frame duration of the GIF output.

H

HAZE_REMOVE_STRENGTH - Static variable in class com.samsung.android.sdk.camera.processor.SCameraHazeRemoveProcessor
Haze remove effect strength level.
HAZE_REMOVE_STRENGTH_RANGE - Static variable in class com.samsung.android.sdk.camera.processor.SCameraHazeRemoveProcessor
Valid haze remove effect strength level range.
HOT_PIXEL_AVAILABLE_HOT_PIXEL_MODES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of hot pixel correction modes for android.hotPixel.mode that are supported by this camera device.
HOT_PIXEL_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Operational mode for hot pixel correction.
HOT_PIXEL_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Operational mode for hot pixel correction.
HOT_PIXEL_MODE_FAST - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Hot pixel correction is applied, without reducing frame rate relative to sensor raw output.
HOT_PIXEL_MODE_HIGH_QUALITY - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
High-quality hot pixel correction is applied, at a cost of possibly reduced frame rate relative to sensor raw output.
HOT_PIXEL_MODE_OFF - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
No hot pixel correction is applied.

I

INFO_SUPPORTED_HARDWARE_LEVEL - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
Generally classifies the overall set of the camera device functionality.
INFO_SUPPORTED_HARDWARE_LEVEL_FULL - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
This camera device is capable of supporting advanced imaging applications.
INFO_SUPPORTED_HARDWARE_LEVEL_LEGACY - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
This camera device is running in backward compatibility mode.
INFO_SUPPORTED_HARDWARE_LEVEL_LIMITED - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
This camera device has only limited capabilities.
initialize() - Method in class com.samsung.android.sdk.camera.processor.SCameraProcessor
Initialize the processor.
initialize(Context) - Method in class com.samsung.android.sdk.camera.SCamera
Initializes an instance of the SCamera SDK package.
InputConfiguration - Class in com.samsung.android.sdk.camera.params
Immutable class to store an input configuration that is used to create a reprocessable capture session.
InputConfiguration(int, int, int) - Constructor for class com.samsung.android.sdk.camera.params.InputConfiguration
Create an input configuration with the width, height, and user-defined format.
isFeatureEnabled(int) - Method in class com.samsung.android.sdk.camera.SCamera
Checks whether the requested feature is supported.
isProcessorAvailable(SCameraProcessorManager.ProcessorType<?>) - Method in class com.samsung.android.sdk.camera.processor.SCameraProcessorManager
Check whether given processor is supported by device.
isReprocess() - Method in class com.samsung.android.sdk.camera.SCaptureRequest
Determine if this is a reprocess capture request.
isReprocessable() - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession
Return if the application can submit reprocess capture requests with this camera capture session.

J

JPEG_AVAILABLE_THUMBNAIL_SIZES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of JPEG thumbnail sizes for android.jpeg.thumbnailSize supported by this camera device.
JPEG_GPS_LOCATION - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
A location object to use when generating image GPS metadata.
JPEG_GPS_LOCATION - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
A location object to use when generating image GPS metadata.
JPEG_ORIENTATION - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
The orientation for a JPEG image.
JPEG_ORIENTATION - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The orientation for a JPEG image.
JPEG_QUALITY - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessor
Jpeg quality.
JPEG_QUALITY - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Compression quality of the final JPEG image.
JPEG_QUALITY - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Compression quality of the final JPEG image.
JPEG_THUMBNAIL_QUALITY - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Compression quality of JPEG thumbnail.
JPEG_THUMBNAIL_QUALITY - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Compression quality of JPEG thumbnail.
JPEG_THUMBNAIL_SIZE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Resolution of embedded JPEG thumbnail.
JPEG_THUMBNAIL_SIZE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Resolution of embedded JPEG thumbnail.

L

LENS_APERTURE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
The desired lens aperture size, as a ratio of lens focal length to the effective aperture diameter.
LENS_APERTURE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The desired lens aperture size, as a ratio of lens focal length to the effective aperture diameter.
LENS_FACING - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
Direction the camera faces relative to device screen.
LENS_FACING_BACK - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device faces the opposite direction as the device's screen.
LENS_FACING_EXTERNAL - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device is an external camera, and has no fixed facing relative to the device's screen.
LENS_FACING_FRONT - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device faces the same direction as the device's screen.
LENS_FILTER_DENSITY - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
The desired setting for the lens neutral density filter(s).
LENS_FILTER_DENSITY - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The desired setting for the lens neutral density filter(s).
LENS_FOCAL_LENGTH - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
The desired lens focal length; used for optical zoom.
LENS_FOCAL_LENGTH - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The desired lens focal length; used for optical zoom.
LENS_FOCUS_DISTANCE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Desired distance to plane of sharpest focus, measured from frontmost surface of the lens.
LENS_FOCUS_DISTANCE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Desired distance to plane of sharpest focus, measured from frontmost surface of the lens.
LENS_FOCUS_RANGE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The range of scene distances that are in sharp focus (depth of field).
LENS_INFO_AVAILABLE_APERTURES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of aperture size values for android.lens.aperture that are supported by this camera device.
LENS_INFO_AVAILABLE_FILTER_DENSITIES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of neutral density filter values for android.lens.filterDensity that are supported by this camera device.
LENS_INFO_AVAILABLE_FOCAL_LENGTHS - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of focal lengths for android.lens.focalLength that are supported by this camera device.
LENS_INFO_AVAILABLE_OPTICAL_STABILIZATION - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of optical image stabilization (OIS) modes for android.lens.opticalStabilizationMode that are supported by this camera device.
LENS_INFO_AVAILABLE_OPTICAL_STABILIZATION_OPERATION_MODE - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
A list of mode of operation for optical image stabilization (OIS) that are available on this device.
LENS_INFO_FOCUS_DISTANCE_CALIBRATION - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The lens focus distance calibration quality.
LENS_INFO_FOCUS_DISTANCE_CALIBRATION_APPROXIMATE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The lens focus distance is measured in diopters.
LENS_INFO_FOCUS_DISTANCE_CALIBRATION_CALIBRATED - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The lens focus distance is measured in diopters, and is calibrated.
LENS_INFO_FOCUS_DISTANCE_CALIBRATION_UNCALIBRATED - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The lens focus distance is not accurate, and the units used for android.lens.focusDistance do not correspond to any physical units.
LENS_INFO_HYPERFOCAL_DISTANCE - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
Hyperfocal distance for this lens.
LENS_INFO_MINIMUM_FOCUS_DISTANCE - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
Shortest distance from frontmost surface of the lens that can be brought into sharp focus.
LENS_INTRINSIC_CALIBRATION - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The parameters for this camera device's intrinsic calibration.
LENS_INTRINSIC_CALIBRATION - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The parameters for this camera device's intrinsic calibration.
LENS_OPTICAL_STABILIZATION_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Sets whether the camera device uses optical image stabilization (OIS) when capturing images.
LENS_OPTICAL_STABILIZATION_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Sets whether the camera device uses optical image stabilization (OIS) when capturing images.
LENS_OPTICAL_STABILIZATION_MODE_OFF - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Optical stabilization is unavailable.
LENS_OPTICAL_STABILIZATION_MODE_ON - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Optical stabilization is enabled.
LENS_OPTICAL_STABILIZATION_OPERATION_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Sets the mode of operation for optical image stabilization (OIS).
LENS_OPTICAL_STABILIZATION_OPERATION_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The desired mode of operation for optical image stabilization (OIS).
LENS_OPTICAL_STABILIZATION_OPERATION_MODE_PICTURE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
OIS motion blur algorithms will be configured for image capturing.
LENS_OPTICAL_STABILIZATION_OPERATION_MODE_VIDEO - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
OIS motion blur algorithms will be configured for video recording.
LENS_POSE_ROTATION - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The orientation of the camera relative to the sensor coordinate system.
LENS_POSE_ROTATION - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The orientation of the camera relative to the sensor coordinate system.
LENS_POSE_TRANSLATION - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
Position of the camera optical center.
LENS_POSE_TRANSLATION - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Position of the camera optical center.
LENS_RADIAL_DISTORTION - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The correction coefficients to correct for this camera device's radial and tangential lens distortion.
LENS_RADIAL_DISTORTION - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The correction coefficients to correct for this camera device's radial and tangential lens distortion.
LENS_STATE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Current lens status.
LENS_STATE_MOVING - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
One or several of the lens parameters (android.lens.focalLength, android.lens.focusDistance, android.lens.filterDensity or android.lens.aperture) is currently changing.
LENS_STATE_STATIONARY - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
LIBRARY_NOT_INSTALLED - Static variable in exception com.samsung.android.sdk.SsdkUnsupportedException
LIBRARY_NOT_INSTALLED indicates that SDK library is not installed.
LIBRARY_UPDATE_IS_RECOMMENDED - Static variable in exception com.samsung.android.sdk.SsdkUnsupportedException
LIBRARY_UPDATE_IS_RECOMMENDED indicates that SDK library update is recommended.
LIBRARY_UPDATE_IS_REQUIRED - Static variable in exception com.samsung.android.sdk.SsdkUnsupportedException
LIBRARY_UPDATE_IS_REQUIRED indicates that user must install SDK library to use the application.
LIVE_HDR_INFO_LEVEL_RANGE - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
LIVE_HDR_INFO_LEVEL_RANGE Supported HDR level range for samsung.android.control.liveHdrLevel that is supported in this device.

M

MAX_THUMBNAIL_DIMENSION - Static variable in class com.samsung.android.sdk.camera.SDngCreator
Max width or height dimension for thumbnails.
METERING_AVAILABLE_MODES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
METERING_AVAILABLE_MODES List of metering modes for samsung.android.control.meteringAvailableMode that are supported by this camera device.
METERING_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
The desired mode for for the camera device's metering program.
METERING_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The desired mode for for the camera device's metering program.
METERING_MODE_CENTER - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
METERING_MODE_CENTER The auto-exposure metering sensitive toward central area of the scene.
METERING_MODE_MANUAL - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
METERING_MODE_MANUAL Samsung's H/W specific metering mode is turned off.
METERING_MODE_MATRIX - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
METERING_MODE_MATRIX The camera meters scene into several zone and then combines exposure value to acquires best result.
METERING_MODE_SPOT - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
METERING_MODE_SPOT The camera will only measure a small center area of the scene.
MULTI_INPUT_COUNT_RANGE - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessor
Input count range for multi-input image processor.

N

NAME - Static variable in class com.samsung.android.sdk.camera.processor.SCameraDepthOfFieldProcessor
String name of the depth of field processor.
NAME - Static variable in class com.samsung.android.sdk.camera.processor.SCameraEffectProcessor
String name of effect processor.
NAME - Static variable in class com.samsung.android.sdk.camera.processor.SCameraGifProcessor
String name of GIF processor.
NAME - Static variable in class com.samsung.android.sdk.camera.processor.SCameraHazeRemoveProcessor
String name of beauty processor.
NAME - Static variable in class com.samsung.android.sdk.camera.processor.SCameraHdrProcessor
String name of HDR processor.
NAME - Static variable in class com.samsung.android.sdk.camera.processor.SCameraLowLightProcessor
String name of low light processor.
NAME - Static variable in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor
String name of panorama processor.
NATIVE_PROCESSOR_MSG_DECODING_FAIL - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessor
Error code that indicates jpeg decoding fail.
NATIVE_PROCESSOR_MSG_ENCODING_FAIL - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessor
Error code that indicates jpeg encoding fail.
NATIVE_PROCESSOR_MSG_PANORAMA_ERROR_MAX_FRAME_COUNT - Static variable in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor
Error code indicates input image count reached max frame count.
NATIVE_PROCESSOR_MSG_PANORAMA_ERROR_NO_DIRECTION - Static variable in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor
Error code indicates failure to find stitching direction.
NATIVE_PROCESSOR_MSG_PANORAMA_ERROR_TRACING - Static variable in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor
Error code indicates failure to trace image for stitching.
NATIVE_PROCESSOR_MSG_PROCESSING_FAIL - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessor
Error code that indicates processor processing fail.
NATIVE_PROCESSOR_MSG_UNKNOWN_ERROR - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessor
Error code that indicates unknown error.
NOISE_REDUCTION_AVAILABLE_NOISE_REDUCTION_MODES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of noise reduction modes for android.noiseReduction.mode that are supported by this camera device.
NOISE_REDUCTION_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Mode of operation for the noise reduction algorithm.
NOISE_REDUCTION_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Mode of operation for the noise reduction algorithm.
NOISE_REDUCTION_MODE_FAST - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Noise reduction is applied without reducing frame rate relative to sensor output.
NOISE_REDUCTION_MODE_HIGH_QUALITY - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
High-quality noise reduction is applied, at the cost of possibly reduced frame rate relative to sensor output.
NOISE_REDUCTION_MODE_MINIMAL - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
MINIMAL noise reduction is applied without reducing frame rate relative to sensor output.
NOISE_REDUCTION_MODE_OFF - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
No noise reduction is applied.
NOISE_REDUCTION_MODE_ZERO_SHUTTER_LAG - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Noise reduction is applied at different levels for different output streams, based on resolution.

O

onActive(SCameraCaptureSession) - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession.StateCallback
This method is called when the session starts actively processing capture requests.
onCameraAvailable(String) - Method in class com.samsung.android.sdk.camera.SCameraManager.AvailabilityCallback
A new camera has become available to use.
onCameraUnavailable(String) - Method in class com.samsung.android.sdk.camera.SCameraManager.AvailabilityCallback
A previously-available camera has become unavailable for use.
onCaptureCompleted(SCameraCaptureSession, SCaptureRequest, STotalCaptureResult) - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession.CaptureCallback
This method is called when an image capture has fully completed and all the result metadata is available.
onCaptureFailed(SCameraCaptureSession, SCaptureRequest, SCaptureFailure) - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession.CaptureCallback
onCaptureProgressed(SCameraCaptureSession, SCaptureRequest, SCaptureResult) - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession.CaptureCallback
This method is called when an image capture makes partial forward progress; some (but not all) results from an image capture are available.
onCaptureSequenceAborted(SCameraCaptureSession, int) - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession.CaptureCallback
This method is called independently of the others in CaptureCallback, when a capture sequence aborts before any SCaptureResult or SCaptureFailure for it have been returned via this listener.
onCaptureSequenceCompleted(SCameraCaptureSession, int, long) - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession.CaptureCallback
This method is called independently of the others in CaptureCallback, when a capture sequence finishes and all SCaptureResult or SCaptureFailure for it have been returned via this listener.
onCaptureStarted(SCameraCaptureSession, SCaptureRequest, long, long) - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession.CaptureCallback
This method is called when the camera device has started capturing the output image for the request, at the beginning of image exposure, or when the camera device has started processing an input image for a reprocess request.
onClosed(SCameraCaptureSession) - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession.StateCallback
This method is called when the session is closed.
onClosed(SCameraDevice) - Method in class com.samsung.android.sdk.camera.SCameraDevice.StateCallback
The method called when a camera device has been closed with SCameraDevice.close().
onConfigured(SCameraCaptureSession) - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession.StateCallback
This method is called when the camera device has finished configuring itself, and the session can start processing capture requests.
onConfigureFailed(SCameraCaptureSession) - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession.StateCallback
This method is called if the session cannot be configured as requested.
onDirectionChanged(int) - Method in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor.EventCallback
Called when the direction hint is given from the framework library.
onDisconnected(SCameraDevice) - Method in class com.samsung.android.sdk.camera.SCameraDevice.StateCallback
The method called when a camera device is no longer available for use.
onError(int) - Method in class com.samsung.android.sdk.camera.processor.SCameraDepthOfFieldProcessor.EventCallback
Called when an error occurred.
onError(int) - Method in class com.samsung.android.sdk.camera.processor.SCameraEffectProcessor.EventCallback
Called when an error occurs.
onError(int) - Method in class com.samsung.android.sdk.camera.processor.SCameraGifProcessor.EventCallback
Called when an error occurred.
onError(int) - Method in class com.samsung.android.sdk.camera.processor.SCameraHazeRemoveProcessor.EventCallback
Called when error occurred.
onError(int) - Method in class com.samsung.android.sdk.camera.processor.SCameraHdrProcessor.EventCallback
Called when an error occurred.
onError(int) - Method in class com.samsung.android.sdk.camera.processor.SCameraLowLightProcessor.EventCallback
Called when error occurred.
onError(int) - Method in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor.EventCallback
Called to notify the error to application.
onError(SCameraDevice, int) - Method in class com.samsung.android.sdk.camera.SCameraDevice.StateCallback
The method called when a camera device has encountered a serious error.
onLivePreviewDataStitched(Bitmap) - Method in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor.EventCallback
Called to send the live stitching preview data.
onMaxFramesCaptured() - Method in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor.EventCallback
Called when every(Maximum) frame required for Panorama are captured and framework will start final stitching process.
onMovingTooFast() - Method in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor.EventCallback
Called to notify application to display help information to move device slowly.
onOpened(SCameraDevice) - Method in class com.samsung.android.sdk.camera.SCameraDevice.StateCallback
The method called when a camera device has finished opening.
onProcessCompleted(Image, int) - Method in class com.samsung.android.sdk.camera.processor.SCameraDepthOfFieldProcessor.EventCallback
onProcessCompleted(Image) - Method in class com.samsung.android.sdk.camera.processor.SCameraEffectProcessor.EventCallback
onProcessCompleted(byte[]) - Method in class com.samsung.android.sdk.camera.processor.SCameraGifProcessor.EventCallback
onProcessCompleted(Image) - Method in class com.samsung.android.sdk.camera.processor.SCameraHazeRemoveProcessor.EventCallback
onProcessCompleted(Image) - Method in class com.samsung.android.sdk.camera.processor.SCameraHdrProcessor.EventCallback
onProcessCompleted(Image) - Method in class com.samsung.android.sdk.camera.processor.SCameraLowLightProcessor.EventCallback
onProcessCompleted(Image) - Method in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor.EventCallback
Called to deliver stitched final result.
onReady(SCameraCaptureSession) - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession.StateCallback
This method is called every time the session has no more capture requests to process.
onRectChanged(int, int) - Method in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor.EventCallback
Called when the panorama capturing rectangle gets changed.
onStitchingProgressed(int) - Method in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor.EventCallback
Called to notify the progress of stitching the panorama to the application after completing capture.
onSurfacePrepared(SCameraCaptureSession, Surface) - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession.StateCallback
This method is called when the buffer pre-allocation for an output Surface is complete.
onTorchModeChanged(String, boolean) - Method in class com.samsung.android.sdk.camera.SCameraManager.TorchCallback
A camera's torch mode has become enabled or disabled and can be changed via SCameraManager.setTorchMode(java.lang.String, boolean).
onTorchModeUnavailable(String) - Method in class com.samsung.android.sdk.camera.SCameraManager.TorchCallback
A camera's torch mode has become unavailable to set via SCameraManager.setTorchMode(java.lang.String, boolean).
openCamera(String, SCameraDevice.StateCallback, Handler) - Method in class com.samsung.android.sdk.camera.SCameraManager
Open a connection to a camera with the given ID.

P

PANORAMA_DIRECTION_DOWN - Static variable in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor
Panorama stitching direction DOWN.
PANORAMA_DIRECTION_LEFT - Static variable in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor
Panorama stitching direction LEFT.
PANORAMA_DIRECTION_RIGHT - Static variable in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor
Panorama stitching direction RIGHT.
PANORAMA_DIRECTION_UP - Static variable in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor
Panorama stitching direction UP.
PHASE_AF_INFO_AVAILABLE - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
PHASE_AF_INFO_AVAILABLE Boolean value indicates that this camera device supports phase detection autofocus.
PHASE_AF_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Whether phase detection auto-focus is currently enabled.
PHASE_AF_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Whether phase detection auto-focus is currently enabled.
PHASE_AF_MODE_OFF - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Turn on phase detection autofocus.
PHASE_AF_MODE_ON - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Turn off phase detection autofocus. autofocus runs only with contrast detection.
prepare(Surface) - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession
Pre-allocate all buffers for an output Surface.
processImage(Bitmap) - Method in class com.samsung.android.sdk.camera.filter.SCameraFilter
Processes bitmap data.
processImage(String, String) - Method in class com.samsung.android.sdk.camera.filter.SCameraFilter
Processes image file.
processImage(Image) - Method in class com.samsung.android.sdk.camera.filter.SCameraFilter
Processes image data.
PROCESSING_ERROR_AF - Static variable in class com.samsung.android.sdk.camera.processor.SCameraDepthOfFieldProcessor
Processing is completed and returns an error.
PROCESSING_ERROR_INF - Static variable in class com.samsung.android.sdk.camera.processor.SCameraDepthOfFieldProcessor
Processing is completed and returns an error.
PROCESSING_ERROR_SEGMENTATION - Static variable in class com.samsung.android.sdk.camera.processor.SCameraDepthOfFieldProcessor
Processing is completed and returns an error.
PROCESSING_NO_ERROR - Static variable in class com.samsung.android.sdk.camera.processor.SCameraDepthOfFieldProcessor
Processing is completed with no error.
processMedian(SCameraImage, int) - Static method in class com.samsung.android.sdk.camera.image.SCameraImageCore
Each output pixel contains the median value in the NxN neighbourhood around the corresponding pixel in the input image.
PROCESSOR_TYPE_DEPTH_OF_FIELD - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessorManager
SCameraProcessorManager.ProcessorType indicates depth of field processor.
PROCESSOR_TYPE_EFFECT - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessorManager
SCameraProcessorManager.ProcessorType indicates effect processor.
PROCESSOR_TYPE_GIF - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessorManager
SCameraProcessorManager.ProcessorType indicates GIF processor.
PROCESSOR_TYPE_HAZE_REMOVE - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessorManager
SCameraProcessorManager.ProcessorType indicates Haze remove processor.
PROCESSOR_TYPE_HDR - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessorManager
SCameraProcessorManager.ProcessorType indicates high-dynamic range processor.
PROCESSOR_TYPE_LOW_LIGHT - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessorManager
SCameraProcessorManager.ProcessorType indicates light processor.
PROCESSOR_TYPE_PANORAMA - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessorManager
SCameraProcessorManager.ProcessorType indicates panorama processor.
processSobel(SCameraImage, int) - Static method in class com.samsung.android.sdk.camera.image.SCameraImageCore
Calculates the gradient of the source image by applying the Sobel operator in requested direction (direction can be horizontal, vertical or both).

R

REASON_ERROR - Static variable in class com.samsung.android.sdk.camera.SCaptureFailure
The SCaptureResult has been dropped this frame only due to an error in the framework.
REASON_FLUSHED - Static variable in class com.samsung.android.sdk.camera.SCaptureFailure
The capture has failed due to a SCameraCaptureSession.abortCaptures() call from the application.
registerAvailabilityCallback(SCameraManager.AvailabilityCallback, Handler) - Method in class com.samsung.android.sdk.camera.SCameraManager
Register a callback to be notified about camera device availability.
registerTorchCallback(SCameraManager.TorchCallback, Handler) - Method in class com.samsung.android.sdk.camera.SCameraManager
Register a callback to be notified about torch mode status.
release() - Method in class com.samsung.android.sdk.camera.image.SCameraImage
Frees up the SCameraImage data and releases all resources allocated to it.
release() - Method in class com.samsung.android.sdk.camera.image.SCameraImageMatrix
Free up the Matrix data and releases all resources allocated to it.
removeTarget(Surface) - Method in class com.samsung.android.sdk.camera.SCaptureRequest.Builder
Remove a surface from the list of targets for this request.
REPROCESS_EFFECTIVE_EXPOSURE_FACTOR - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
The amount of exposure time increase factor applied to the original output frame by the application processing before sending for reprocessing.
REPROCESS_EFFECTIVE_EXPOSURE_FACTOR - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The amount of exposure time increase factor applied to the original output frame by the application processing before sending for reprocessing.
REPROCESS_MAX_CAPTURE_STALL - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The maximal camera capture pipeline stall (in unit of frame count) introduced by a reprocess capture request.
REQUEST_AVAILABLE_CAPABILITIES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of capabilities that this camera device advertises as fully supporting.
REQUEST_AVAILABLE_CAPABILITIES_BACKWARD_COMPATIBLE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The minimal set of capabilities that every camera device (regardless of android.info.supportedHardwareLevel) supports.
REQUEST_AVAILABLE_CAPABILITIES_BURST_CAPTURE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device supports capturing high-resolution images at >= 20 frames per second, in at least the uncompressed YUV format, when post-processing settings are set to FAST.
REQUEST_AVAILABLE_CAPABILITIES_CONSTRAINED_HIGH_SPEED_VIDEO - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The device supports constrained high speed video recording (frame rate >=120fps) use case.
REQUEST_AVAILABLE_CAPABILITIES_DEPTH_OUTPUT - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device can produce depth measurements from its field of view.
REQUEST_AVAILABLE_CAPABILITIES_MANUAL_POST_PROCESSING - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device post-processing stages can be manually controlled.
REQUEST_AVAILABLE_CAPABILITIES_MANUAL_SENSOR - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device can be manually controlled (3A algorithms such as auto-exposure, and auto-focus can be bypassed).
REQUEST_AVAILABLE_CAPABILITIES_PRIVATE_REPROCESSING - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device supports the Zero Shutter Lag reprocessing use case.
REQUEST_AVAILABLE_CAPABILITIES_RAW - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device supports outputting RAW buffers and metadata for interpreting them.
REQUEST_AVAILABLE_CAPABILITIES_READ_SENSOR_SETTINGS - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device supports accurately reporting the sensor settings for many of the sensor controls while the built-in 3A algorithm is running.
REQUEST_AVAILABLE_CAPABILITIES_YUV_REPROCESSING - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device supports the YUV_420_888 reprocessing use case, similar as PRIVATE_REPROCESSING, This capability requires the camera device to support the following: One input stream is supported, that is, android.request.maxNumInputStreams == 1.
REQUEST_MAX_NUM_INPUT_STREAMS - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The maximum numbers of any type of input streams that can be configured and used simultaneously by a camera device.
REQUEST_MAX_NUM_OUTPUT_PROC - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The maximum numbers of different types of output streams that can be configured and used simultaneously by a camera device for any processed (but not-stalling) formats.
REQUEST_MAX_NUM_OUTPUT_PROC_STALLING - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The maximum numbers of different types of output streams that can be configured and used simultaneously by a camera device for any processed (and stalling) formats.
REQUEST_MAX_NUM_OUTPUT_RAW - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The maximum numbers of different types of output streams that can be configured and used simultaneously by a camera device for any RAW formats.
REQUEST_PARTIAL_RESULT_COUNT - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
Defines how many sub-components a result will be composed of.
REQUEST_PIPELINE_DEPTH - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Specifies the number of pipeline stages the frame went through from when it was exposed to when the final completed result was available to the framework.
REQUEST_PIPELINE_MAX_DEPTH - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
Specifies the number of maximum pipeline stages a frame has to go through from when it's exposed to when it's available to the framework.
requestMultiProcess(List<Image>) - Method in class com.samsung.android.sdk.camera.processor.SCameraDepthOfFieldProcessor
Apply shallow depth of field image processing on a list of images.
requestMultiProcess(List<Bitmap>) - Method in class com.samsung.android.sdk.camera.processor.SCameraGifProcessor
Creates an animated GIF from a list of bitmap.
requestMultiProcess(List<Image>) - Method in class com.samsung.android.sdk.camera.processor.SCameraHdrProcessor
Apply High-dynamic range image processing on a list of images.
requestMultiProcess(List<Image>) - Method in class com.samsung.android.sdk.camera.processor.SCameraLowLightProcessor
Apply multi exposure de-noise on burst captured input images with same exposure value.
requestProcess(Image) - Method in class com.samsung.android.sdk.camera.processor.SCameraEffectProcessor
Processes image data.
requestProcess(Image) - Method in class com.samsung.android.sdk.camera.processor.SCameraHazeRemoveProcessor
Processes image data.

S

saveAsJpeg(String, int) - Method in class com.samsung.android.sdk.camera.image.SCameraImage
Saves the SCameraImage with the specified quality in the specified path.
saveAsRaw(String) - Method in class com.samsung.android.sdk.camera.image.SCameraImage
Saves raw format SCameraImage in the specified path.
SCALER_AVAILABLE_MAX_DIGITAL_ZOOM - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The maximum ratio between both active area width and crop region width, and active area height and crop region height, for android.scaler.cropRegion.
SCALER_CROP_REGION - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
The desired region of the sensor to read out for this capture.
SCALER_CROP_REGION - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The desired region of the sensor to read out for this capture.
SCALER_CROPPING_TYPE - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The crop type that this camera device supports.
SCALER_CROPPING_TYPE_CENTER_ONLY - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device only supports centered crop regions.
SCALER_CROPPING_TYPE_FREEFORM - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device supports arbitrarily chosen crop regions.
SCALER_STREAM_CONFIGURATION_MAP - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The available stream configurations that this camera device supports; also includes the minimum frame durations and the stall durations for each format/size combination.
SCamera - Class in com.samsung.android.sdk.camera
Provides version and feature capability check APIs.
SCamera() - Constructor for class com.samsung.android.sdk.camera.SCamera
 
SCAMERA_FILTER - Static variable in class com.samsung.android.sdk.camera.SCamera
A set of filter API is available.
SCAMERA_IMAGE - Static variable in class com.samsung.android.sdk.camera.SCamera
A set of image API is available.
SCAMERA_PROCESSOR - Static variable in class com.samsung.android.sdk.camera.SCamera
A set of processor API is available.
SCameraCaptureSession - Class in com.samsung.android.sdk.camera
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 - Class in com.samsung.android.sdk.camera
A callback object for tracking the progress of a SCaptureRequest submitted to the camera device.
SCameraCaptureSession.StateCallback - Class in com.samsung.android.sdk.camera
A callback object for receiving updates about the state of a camera capture session.
SCameraCharacteristics - Class in com.samsung.android.sdk.camera
The properties describing a SCameraDevice.
SCameraCharacteristics.Key<T> - Class in com.samsung.android.sdk.camera
A Key is used to do camera characteristics field lookups with SCameraCharacteristics.get(com.samsung.android.sdk.camera.SCameraCharacteristics.Key<T>).
SCameraConstrainedHighSpeedCaptureSession - Class in com.samsung.android.sdk.camera
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.
SCameraConstrainedHighSpeedCaptureSession() - Constructor for class com.samsung.android.sdk.camera.SCameraConstrainedHighSpeedCaptureSession
 
SCameraDepthOfFieldProcessor - Class in com.samsung.android.sdk.camera.processor
Depth of field processor.
SCameraDepthOfFieldProcessor.EventCallback - Class in com.samsung.android.sdk.camera.processor
Callback interface used to deliver result image.
SCameraDevice - Class in com.samsung.android.sdk.camera
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 - Class in com.samsung.android.sdk.camera
A callback objects for receiving updates about the state of a camera device.
SCameraEffectProcessor - Class in com.samsung.android.sdk.camera.processor
SCameraFilter Effect processor applies the filter effect on the image data.
SCameraEffectProcessor.EventCallback - Class in com.samsung.android.sdk.camera.processor
Callback interface used to deliver the result image.
SCameraFilter - Class in com.samsung.android.sdk.camera.filter
SCameraFilter class contains the information of filter i.e SCameraFilterInfo .
SCameraFilterInfo - Class in com.samsung.android.sdk.camera.filter
SCameraFilter contains information about filters.
SCameraFilterManager - Class in com.samsung.android.sdk.camera.filter
SCameraFilterManager is used for creating and retrieving available filters i.e.
SCameraGifProcessor - Class in com.samsung.android.sdk.camera.processor
Animated GIF Processor.
SCameraGifProcessor.EventCallback - Class in com.samsung.android.sdk.camera.processor
Callback interface used to deliver result image.
SCameraHazeRemoveProcessor - Class in com.samsung.android.sdk.camera.processor
Haze remove processor.
SCameraHazeRemoveProcessor.EventCallback - Class in com.samsung.android.sdk.camera.processor
Callback interface used to deliver the result image.
SCameraHdrProcessor - Class in com.samsung.android.sdk.camera.processor
High dynamic range image processor.
SCameraHdrProcessor.EventCallback - Class in com.samsung.android.sdk.camera.processor
Callback interface used to deliver result image.
SCameraImage - Class in com.samsung.android.sdk.camera.image
A single complete image buffer which is to be used with com.samsung.android.sdk.camera.image package.
SCameraImage(String) - Constructor for class com.samsung.android.sdk.camera.image.SCameraImage
Creates SCameraImage from a given file path.
SCameraImage(int, int, int) - Constructor for class com.samsung.android.sdk.camera.image.SCameraImage
Creates SCameraImage for given width, height and format.
SCameraImage(int, int, int, byte[]) - Constructor for class com.samsung.android.sdk.camera.image.SCameraImage
Creates an SCameraImage from given byte data.
SCameraImage(String, int) - Constructor for class com.samsung.android.sdk.camera.image.SCameraImage
Creates an SCameraImage for a given file path and format.
SCameraImage(int, byte[]) - Constructor for class com.samsung.android.sdk.camera.image.SCameraImage
Creates SCameraImage for a given jpegbuffer and format.
SCameraImageCore - Class in com.samsung.android.sdk.camera.image
com.samsung.android.sdk.camera.image package is a framework which works in a heterogeneous environment.
SCameraImageMatrix - Class in com.samsung.android.sdk.camera.image
SCameraImageMatrix class provides support for matrix functionality.
SCameraImageMatrix(int, int) - Constructor for class com.samsung.android.sdk.camera.image.SCameraImageMatrix
Create SCameraImageMatrix.
SCameraLowLightProcessor - Class in com.samsung.android.sdk.camera.processor
Low Light Image enhancement processor.
SCameraLowLightProcessor.EventCallback - Class in com.samsung.android.sdk.camera.processor
Callback interface used to deliver result image.
SCameraManager - Class in com.samsung.android.sdk.camera
A system service manager for detecting, characterizing, and connecting to SCameraDevices.
SCameraManager.AvailabilityCallback - Class in com.samsung.android.sdk.camera
A callback for camera devices becoming available or unavailable to open.
SCameraManager.TorchCallback - Class in com.samsung.android.sdk.camera
A callback for camera flash torch modes becoming unavailable, disabled, or enabled.
SCameraMetadata<TKey> - Class in com.samsung.android.sdk.camera
The base class for camera controls and information.
SCameraPanoramaProcessor - Class in com.samsung.android.sdk.camera.processor
Panorama processor.
SCameraPanoramaProcessor.EventCallback - Class in com.samsung.android.sdk.camera.processor
Callback interface used to deliver result image.
SCameraProcessor - Class in com.samsung.android.sdk.camera.processor
Base class for all Processors.
SCameraProcessorManager - Class in com.samsung.android.sdk.camera.processor
SCameraProcessor Manager This class provides access to the processors available in the device.
SCameraProcessorManager.ProcessorType<T extends SCameraProcessor> - Class in com.samsung.android.sdk.camera.processor
SCameraProcessorParameter - Class in com.samsung.android.sdk.camera.processor
This class defines the key/value set related to a processor.
SCameraProcessorParameter.Key<T> - Class in com.samsung.android.sdk.camera.processor
A Key is used to query or configure SCameraProcessor related characteristics or settings.
SCaptureFailure - Class in com.samsung.android.sdk.camera
A report of failed capture for a single image capture from the image sensor.
SCaptureRequest - Class in com.samsung.android.sdk.camera
An immutable package of settings and outputs needed to capture a single image from the camera device.
SCaptureRequest.Builder - Class in com.samsung.android.sdk.camera
A builder for capture requests.
SCaptureRequest.Key<T> - Class in com.samsung.android.sdk.camera
SCaptureResult - Class in com.samsung.android.sdk.camera
The subset of the results of a single image capture from the image sensor.
SCaptureResult.Key<T> - Class in com.samsung.android.sdk.camera
A Key is used to do capture result field lookups with SCaptureResult.get(com.samsung.android.sdk.camera.SCaptureResult.Key<T>).
SDngCreator - Class in com.samsung.android.sdk.camera
The SDngCreator class provides functions to write raw pixel data as a DNG file.
SDngCreator(SCameraCharacteristics, SCaptureResult) - Constructor for class com.samsung.android.sdk.camera.SDngCreator
Create a new DNG object.
SENSOR_AVAILABLE_TEST_PATTERN_MODES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of sensor test pattern modes for android.sensor.testPatternMode supported by this camera device.
SENSOR_BLACK_LEVEL_PATTERN - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
A fixed black level offset for each of the color filter arrangement (CFA) mosaic channels.
SENSOR_CALIBRATION_TRANSFORM1 - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
A per-device calibration transform matrix that maps from the reference sensor colorspace to the actual device sensor colorspace.
SENSOR_CALIBRATION_TRANSFORM2 - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
A per-device calibration transform matrix that maps from the reference sensor colorspace to the actual device sensor colorspace (this is the colorspace of the raw buffer data).
SENSOR_COLOR_TRANSFORM1 - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
A matrix that transforms color values from CIE XYZ color space to reference sensor color space.
SENSOR_COLOR_TRANSFORM2 - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
A matrix that transforms color values from CIE XYZ color space to reference sensor color space.
SENSOR_EXPOSURE_TIME - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Duration each pixel is exposed to light.
SENSOR_EXPOSURE_TIME - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Duration each pixel is exposed to light.
SENSOR_FORWARD_MATRIX1 - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
A matrix that transforms white balanced camera colors from the reference sensor colorspace to the CIE XYZ colorspace with a D50 whitepoint.
SENSOR_FORWARD_MATRIX2 - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
A matrix that transforms white balanced camera colors from the reference sensor colorspace to the CIE XYZ colorspace with a D50 whitepoint.
SENSOR_FRAME_DURATION - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Duration from start of frame exposure to start of next frame exposure.
SENSOR_FRAME_DURATION - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Duration from start of frame exposure to start of next frame exposure.
SENSOR_GREEN_SPLIT - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The worst-case divergence between Bayer green channels.
SENSOR_INFO_ACTIVE_ARRAY_SIZE - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The area of the image sensor which corresponds to active pixels after any geometric distortion correction has been applied.
SENSOR_INFO_COLOR_FILTER_ARRANGEMENT - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The arrangement of color filters on sensor; represents the colors in the top-left 2x2 section of the sensor, in reading order.
SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_BGGR - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
 
SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_GBRG - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
 
SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_GRBG - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
 
SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_RGB - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Sensor is not Bayer; output has 3 16-bit values for each pixel, instead of just 1 16-bit value per pixel.
SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_RGGB - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
 
SENSOR_INFO_EXPOSURE_TIME_RANGE - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The range of image exposure times for android.sensor.exposureTime supported by this camera device.
SENSOR_INFO_LENS_SHADING_APPLIED - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
Whether the RAW images output from this camera device are subject to lens shading correction.
SENSOR_INFO_MAX_FRAME_DURATION - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The maximum possible frame duration (minimum frame rate) for android.sensor.frameDuration that is supported this camera device.
SENSOR_INFO_PHYSICAL_SIZE - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The physical dimensions of the full pixel array.
SENSOR_INFO_PIXEL_ARRAY_SIZE - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
Dimensions of the full pixel array, possibly including black calibration pixels.
SENSOR_INFO_PRE_CORRECTION_ACTIVE_ARRAY_SIZE - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The area of the image sensor which corresponds to active pixels prior to the application of any geometric distortion correction.
SENSOR_INFO_SENSITIVITY_RANGE - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
Range of sensitivities for android.sensor.sensitivity supported by this camera device.
SENSOR_INFO_TIMESTAMP_SOURCE - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The time base source for sensor capture start timestamps.
SENSOR_INFO_TIMESTAMP_SOURCE_REALTIME - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Timestamps from android.sensor.timestamp are in the same timebase as SystemClock.elapsedRealtimeNanos(), and they can be compared to other timestamps using that base.
SENSOR_INFO_TIMESTAMP_SOURCE_UNKNOWN - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Timestamps from android.sensor.timestamp are in nanoseconds and monotonic, but can not be compared to timestamps from other subsystems (e.g. accelerometer, gyro etc.), or other instances of the same or different camera devices in the same system.
SENSOR_INFO_WHITE_LEVEL - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
Maximum raw value output by sensor.
SENSOR_MAX_ANALOG_SENSITIVITY - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
Maximum sensitivity that is implemented purely through analog gain.
SENSOR_NEUTRAL_COLOR_POINT - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The estimated camera neutral color in the native sensor colorspace at the time of capture.
SENSOR_NOISE_PROFILE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Noise model coefficients for each CFA mosaic channel.
SENSOR_ORIENTATION - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
Clockwise angle through which the output image needs to be rotated to be upright on the device screen in its native orientation.
SENSOR_REFERENCE_ILLUMINANT1 - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The standard reference illuminant used as the scene light source when calculating the android.sensor.colorTransform1, android.sensor.calibrationTransform1, and android.sensor.forwardMatrix1 matrices.
SENSOR_REFERENCE_ILLUMINANT1_CLOUDY_WEATHER - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
 
SENSOR_REFERENCE_ILLUMINANT1_COOL_WHITE_FLUORESCENT - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
W 3900 - 4500K
SENSOR_REFERENCE_ILLUMINANT1_D50 - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
 
SENSOR_REFERENCE_ILLUMINANT1_D55 - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
 
SENSOR_REFERENCE_ILLUMINANT1_D65 - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
 
SENSOR_REFERENCE_ILLUMINANT1_D75 - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
 
SENSOR_REFERENCE_ILLUMINANT1_DAY_WHITE_FLUORESCENT - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
N 4600 - 5400K
SENSOR_REFERENCE_ILLUMINANT1_DAYLIGHT - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
 
SENSOR_REFERENCE_ILLUMINANT1_DAYLIGHT_FLUORESCENT - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
D 5700 - 7100K
SENSOR_REFERENCE_ILLUMINANT1_FINE_WEATHER - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
 
SENSOR_REFERENCE_ILLUMINANT1_FLASH - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
 
SENSOR_REFERENCE_ILLUMINANT1_FLUORESCENT - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
 
SENSOR_REFERENCE_ILLUMINANT1_ISO_STUDIO_TUNGSTEN - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
 
SENSOR_REFERENCE_ILLUMINANT1_SHADE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
 
SENSOR_REFERENCE_ILLUMINANT1_STANDARD_A - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
 
SENSOR_REFERENCE_ILLUMINANT1_STANDARD_B - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
 
SENSOR_REFERENCE_ILLUMINANT1_STANDARD_C - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
 
SENSOR_REFERENCE_ILLUMINANT1_TUNGSTEN - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Incandescent light
SENSOR_REFERENCE_ILLUMINANT1_WHITE_FLUORESCENT - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
WW 3200 - 3700K
SENSOR_REFERENCE_ILLUMINANT2 - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The standard reference illuminant used as the scene light source when calculating the android.sensor.colorTransform2, android.sensor.calibrationTransform2, and android.sensor.forwardMatrix2 matrices.
SENSOR_ROLLING_SHUTTER_SKEW - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Duration between the start of first row exposure and the start of last row exposure.
SENSOR_SENSITIVITY - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
The amount of gain applied to sensor data before processing.
SENSOR_SENSITIVITY - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The amount of gain applied to sensor data before processing.
SENSOR_TEST_PATTERN_DATA - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
A pixel [R, G_even, G_odd, B] that supplies the test pattern when android.sensor.testPatternMode is SOLID_COLOR.
SENSOR_TEST_PATTERN_DATA - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
A pixel [R, G_even, G_odd, B] that supplies the test pattern when android.sensor.testPatternMode is SOLID_COLOR.
SENSOR_TEST_PATTERN_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
When enabled, the sensor sends a test pattern instead of doing a real exposure from the camera.
SENSOR_TEST_PATTERN_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
When enabled, the sensor sends a test pattern instead of doing a real exposure from the camera.
SENSOR_TEST_PATTERN_MODE_COLOR_BARS - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
All pixel data is replaced with an 8-bar color pattern.
SENSOR_TEST_PATTERN_MODE_COLOR_BARS_FADE_TO_GRAY - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The test pattern is similar to COLOR_BARS, except that each bar should start at its specified color at the top, and fade to gray at the bottom.
SENSOR_TEST_PATTERN_MODE_CUSTOM1 - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The first custom test pattern.
SENSOR_TEST_PATTERN_MODE_OFF - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
No test pattern mode is used, and the camera device returns captures from the image sensor.
SENSOR_TEST_PATTERN_MODE_PN9 - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
All pixel data is replaced by a pseudo-random sequence generated from a PN9 512-bit sequence (typically implemented in hardware with a linear feedback shift register).
SENSOR_TEST_PATTERN_MODE_SOLID_COLOR - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Each pixel in [R, G_even, G_odd, B] is replaced by its respective color channel provided in android.sensor.testPatternData.
SENSOR_TIMESTAMP - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Time at start of exposure of first row of the image sensor active array, in nanoseconds.
set(SCameraProcessorParameter.Key<T>, T) - Method in class com.samsung.android.sdk.camera.processor.SCameraProcessorParameter
Sets parameter field to a value.
set(SCaptureRequest.Key<T>, T) - Method in class com.samsung.android.sdk.camera.SCaptureRequest.Builder
Set a capture request field to a value.
setAt(int, int, float) - Method in class com.samsung.android.sdk.camera.image.SCameraImageMatrix
Sets the element value at (x,y) position.
setDescription(String) - Method in class com.samsung.android.sdk.camera.SDngCreator
Set the user description string to write.
setEventCallback(SCameraDepthOfFieldProcessor.EventCallback, Handler) - Method in class com.samsung.android.sdk.camera.processor.SCameraDepthOfFieldProcessor
Registers a callback to be invoked for result.
setEventCallback(SCameraEffectProcessor.EventCallback, Handler) - Method in class com.samsung.android.sdk.camera.processor.SCameraEffectProcessor
Registers a callback to be invoked for result.
setEventCallback(SCameraGifProcessor.EventCallback, Handler) - Method in class com.samsung.android.sdk.camera.processor.SCameraGifProcessor
Registers a callback to be invoked for result.
setEventCallback(SCameraHazeRemoveProcessor.EventCallback, Handler) - Method in class com.samsung.android.sdk.camera.processor.SCameraHazeRemoveProcessor
Registers a callback to be invoked for result.
setEventCallback(SCameraHdrProcessor.EventCallback, Handler) - Method in class com.samsung.android.sdk.camera.processor.SCameraHdrProcessor
Registers a callback to be invoked for result.
setEventCallback(SCameraLowLightProcessor.EventCallback, Handler) - Method in class com.samsung.android.sdk.camera.processor.SCameraLowLightProcessor
Registers a callback to be invoked for result.
setEventCallback(SCameraPanoramaProcessor.EventCallback, Handler) - Method in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor
Registers a callback to be invoked for the result.
setLocation(Location) - Method in class com.samsung.android.sdk.camera.SDngCreator
Set image location metadata.
setOrientation(int) - Method in class com.samsung.android.sdk.camera.SDngCreator
Set the orientation value to write.
setOutputSurface(Surface) - Method in class com.samsung.android.sdk.camera.processor.SCameraEffectProcessor
Sets output surface.
setOutputSurface(Surface) - Method in class com.samsung.android.sdk.camera.processor.SCameraHazeRemoveProcessor
Sets output surface.
setParameter(String, Number) - Method in class com.samsung.android.sdk.camera.filter.SCameraFilter
Sets the value of the specified key.
setParameters(SCameraProcessorParameter) - Method in class com.samsung.android.sdk.camera.processor.SCameraProcessor
Changes the settings for this processor.
setPixel(int, int, int) - Method in class com.samsung.android.sdk.camera.image.SCameraImage
Sets the pixel color value.
setPixels(byte[]) - Method in class com.samsung.android.sdk.camera.image.SCameraImage
Sets the complete Pixel data from byte Data.
setRecordingSurface(Surface) - Method in class com.samsung.android.sdk.camera.processor.SCameraEffectProcessor
Sets recording surface.
setRepeatingBurst(List<SCaptureRequest>, SCameraCaptureSession.CaptureCallback, Handler) - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession
Request endlessly repeating capture of a sequence of images by this capture session.
setRepeatingRequest(SCaptureRequest, SCameraCaptureSession.CaptureCallback, Handler) - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession
Request endlessly repeating capture of images by this capture session.
setTag(Object) - Method in class com.samsung.android.sdk.camera.SCaptureRequest.Builder
Set a tag for this request.
setThumbnail(Bitmap) - Method in class com.samsung.android.sdk.camera.SDngCreator
Set the thumbnail image.
setThumbnail(Image) - Method in class com.samsung.android.sdk.camera.SDngCreator
Set the thumbnail image.
setTorchMode(String, boolean) - Method in class com.samsung.android.sdk.camera.SCameraManager
Set the flash unit's torch mode of the camera of the given ID without opening the camera device.
setValues(float[]) - Method in class com.samsung.android.sdk.camera.image.SCameraImageMatrix
Create SCameraImageMatrix.
SHADING_AVAILABLE_MODES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of lens shading modes for android.shading.mode that are supported by this camera device.
SHADING_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Quality of lens shading correction applied to the image data.
SHADING_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Quality of lens shading correction applied to the image data.
SHADING_MODE_FAST - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Apply lens shading corrections, without slowing frame rate relative to sensor raw output
SHADING_MODE_HIGH_QUALITY - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Apply high-quality lens shading correction, at the cost of possibly reduced frame rate.
SHADING_MODE_OFF - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
No lens shading correction is applied.
SsdkUnsupportedException - Exception in com.samsung.android.sdk
This exception is thrown to indicate that vendor is not Samsung or device does not supported, or SDK version does not match.
SsdkUnsupportedException(String, int) - Constructor for exception com.samsung.android.sdk.SsdkUnsupportedException
Constructs a SsdkUnsupportedException class with the specified detail message and error type.
start() - Method in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor
Start panorama processing.
startStreamProcessing() - Method in class com.samsung.android.sdk.camera.processor.SCameraEffectProcessor
Starts the stream processing.
startStreamProcessing() - Method in class com.samsung.android.sdk.camera.processor.SCameraHazeRemoveProcessor
Starts the stream processing.
StateCallback() - Constructor for class com.samsung.android.sdk.camera.SCameraCaptureSession.StateCallback
 
StateCallback() - Constructor for class com.samsung.android.sdk.camera.SCameraDevice.StateCallback
 
STATISTICS_FACE_DETECT_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Operating mode for the face detector unit.
STATISTICS_FACE_DETECT_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Operating mode for the face detector unit.
STATISTICS_FACE_DETECT_MODE_FULL - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Return all face metadata.
STATISTICS_FACE_DETECT_MODE_OFF - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Do not include face detection statistics in capture results.
STATISTICS_FACE_DETECT_MODE_SIMPLE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Return face rectangle and confidence values only.
STATISTICS_FACES - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
List of the faces detected through camera face detection in this capture.
STATISTICS_HOT_PIXEL_MAP - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
List of (x, y) coordinates of hot/defective pixels on the sensor.
STATISTICS_HOT_PIXEL_MAP_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Operating mode for hot pixel map generation.
STATISTICS_HOT_PIXEL_MAP_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Operating mode for hot pixel map generation.
STATISTICS_INFO_AVAILABLE_FACE_DETECT_MODES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of face detection modes for android.statistics.faceDetectMode that are supported by this camera device.
STATISTICS_INFO_AVAILABLE_HOT_PIXEL_MAP_MODES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of hot pixel map output modes for android.statistics.hotPixelMapMode that are supported by this camera device.
STATISTICS_INFO_AVAILABLE_LENS_SHADING_MAP_MODES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of lens shading map output modes for android.statistics.lensShadingMapMode that are supported by this camera device.
STATISTICS_INFO_MAX_FACE_COUNT - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The maximum number of simultaneously detectable faces.
STATISTICS_LENS_SHADING_CORRECTION_MAP - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The shading map is a low-resolution floating-point map that lists the coefficients used to correct for vignetting, for each Bayer color channel.
STATISTICS_LENS_SHADING_MAP_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Whether the camera device will output the lens shading map in output result metadata.
STATISTICS_LENS_SHADING_MAP_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Whether the camera device will output the lens shading map in output result metadata.
STATISTICS_LENS_SHADING_MAP_MODE_OFF - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Do not include a lens shading map in the capture result.
STATISTICS_LENS_SHADING_MAP_MODE_ON - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Include a lens shading map in the capture result.
STATISTICS_SCENE_FLICKER - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
The camera device estimated scene illumination lighting frequency.
STATISTICS_SCENE_FLICKER_50HZ - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device detects illumination flickering at 50Hz in the current scene.
STATISTICS_SCENE_FLICKER_60HZ - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device detects illumination flickering at 60Hz in the current scene.
STATISTICS_SCENE_FLICKER_NONE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
The camera device does not detect any flickering illumination in the current scene.
STILL_INPUT_FORMAT - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessor
Still input format.
STILL_INPUT_FORMAT_LIST - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessor
List of available still input format.
STILL_OUTPUT_FORMAT - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessor
Still output format.
STILL_OUTPUT_FORMAT_LIST - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessor
List of available still output format.
STILL_SIZE - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessor
Size of still input.
STILL_SIZE_LIST - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessor
List of available still input size.
stop() - Method in class com.samsung.android.sdk.camera.processor.SCameraPanoramaProcessor
Stop panorama processing and start stitching.
stopRepeating() - Method in class com.samsung.android.sdk.camera.SCameraCaptureSession
stopStreamProcessing() - Method in class com.samsung.android.sdk.camera.processor.SCameraEffectProcessor
Stops the processing.
stopStreamProcessing() - Method in class com.samsung.android.sdk.camera.processor.SCameraHazeRemoveProcessor
Stops the processing.
STotalCaptureResult - Class in com.samsung.android.sdk.camera
The total assembled results of a single image capture from the image sensor.
STREAM_SIZE - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessor
Stream input size.
STREAM_SIZE_LIST - Static variable in class com.samsung.android.sdk.camera.processor.SCameraProcessor
List of available stream input size.
SYNC_MAX_LATENCY - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
The maximum number of frames that can occur after a request (different than the previous) has been submitted, and before the result's state becomes synchronized.
SYNC_MAX_LATENCY_PER_FRAME_CONTROL - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Every frame has the requests immediately applied.
SYNC_MAX_LATENCY_UNKNOWN - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Each new frame has some subset (potentially the entire set) of the past requests applied to the camera settings.

T

TEMPLATE_MANUAL - Static variable in class com.samsung.android.sdk.camera.SCameraDevice
A basic template for direct application control of capture parameters.
TEMPLATE_PREVIEW - Static variable in class com.samsung.android.sdk.camera.SCameraDevice
Create a request suitable for a camera preview window.
TEMPLATE_RECORD - Static variable in class com.samsung.android.sdk.camera.SCameraDevice
Create a request suitable for video recording.
TEMPLATE_STILL_CAPTURE - Static variable in class com.samsung.android.sdk.camera.SCameraDevice
Create a request suitable for still image capture.
TEMPLATE_VIDEO_SNAPSHOT - Static variable in class com.samsung.android.sdk.camera.SCameraDevice
Create a request suitable for still image capture while recording video.
TEMPLATE_ZERO_SHUTTER_LAG - Static variable in class com.samsung.android.sdk.camera.SCameraDevice
Create a request suitable for zero shutter lag still capture.
TONEMAP_AVAILABLE_TONE_MAP_MODES - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
List of tonemapping modes for android.tonemap.mode that are supported by this camera device.
TONEMAP_CURVE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Tonemapping / contrast / gamma curve to use when android.tonemap.mode is CONTRAST_CURVE.
TONEMAP_CURVE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Tonemapping / contrast / gamma curve to use when android.tonemap.mode is CONTRAST_CURVE.
TONEMAP_GAMMA - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Tonemapping curve to use when android.tonemap.mode is GAMMA_VALUE The tonemap curve will be defined the following formula: * OUT = pow(IN, 1.0 / gamma) where IN and OUT is the input pixel value scaled to range [0.0, 1.0], pow is the power function and gamma is the gamma value specified by this key.
TONEMAP_GAMMA - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Tonemapping curve to use when android.tonemap.mode is GAMMA_VALUE The tonemap curve will be defined the following formula: * OUT = pow(IN, 1.0 / gamma) where IN and OUT is the input pixel value scaled to range [0.0, 1.0], pow is the power function and gamma is the gamma value specified by this key.
TONEMAP_MAX_CURVE_POINTS - Static variable in class com.samsung.android.sdk.camera.SCameraCharacteristics
Maximum number of supported points in the tonemap curve that can be used for android.tonemap.curve.
TONEMAP_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
High-level global contrast/gamma/tonemapping control.
TONEMAP_MODE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
High-level global contrast/gamma/tonemapping control.
TONEMAP_MODE_CONTRAST_CURVE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Use the tone mapping curve specified in the android.tonemap.curve* entries.
TONEMAP_MODE_FAST - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Advanced gamma mapping and color enhancement may be applied, without reducing frame rate compared to raw sensor output.
TONEMAP_MODE_GAMMA_VALUE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Use the gamma value specified in android.tonemap.gamma to peform tonemapping.
TONEMAP_MODE_HIGH_QUALITY - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
High-quality gamma mapping and color enhancement will be applied, at the cost of possibly reduced frame rate compared to raw sensor output.
TONEMAP_MODE_PRESET_CURVE - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Use the preset tonemapping curve specified in android.tonemap.presetCurve to peform tonemapping.
TONEMAP_PRESET_CURVE - Static variable in class com.samsung.android.sdk.camera.SCaptureRequest
Tonemapping curve to use when android.tonemap.mode is PRESET_CURVE The tonemap curve will be defined by specified standard.
TONEMAP_PRESET_CURVE - Static variable in class com.samsung.android.sdk.camera.SCaptureResult
Tonemapping curve to use when android.tonemap.mode is PRESET_CURVE The tonemap curve will be defined by specified standard.
TONEMAP_PRESET_CURVE_REC709 - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Tonemapping curve is defined by ITU-R BT.709
TONEMAP_PRESET_CURVE_SRGB - Static variable in class com.samsung.android.sdk.camera.SCameraMetadata
Tonemapping curve is defined by sRGB
TorchCallback() - Constructor for class com.samsung.android.sdk.camera.SCameraManager.TorchCallback
 

U

unregisterAvailabilityCallback(SCameraManager.AvailabilityCallback) - Method in class com.samsung.android.sdk.camera.SCameraManager
Remove a previously-added callback; the callback will no longer receive connection and disconnection callbacks.
unregisterTorchCallback(SCameraManager.TorchCallback) - Method in class com.samsung.android.sdk.camera.SCameraManager
Remove a previously-added callback; the callback will no longer receive torch mode status callbacks.

V

VENDOR_NOT_SUPPORTED - Static variable in exception com.samsung.android.sdk.SsdkUnsupportedException
VENDOR_NOT_SUPPORTED indicates that Vendor is not Samsung.

W

warpAffine(SCameraImage, SCameraImageMatrix) - Static method in class com.samsung.android.sdk.camera.image.SCameraImageCore
Applies an affine transformation to the image with given affine matrix.
wasImageCaptured() - Method in class com.samsung.android.sdk.camera.SCaptureFailure
Determine if the image was captured from the camera.
writeByteBuffer(OutputStream, Size, ByteBuffer, long) - Method in class com.samsung.android.sdk.camera.SDngCreator
Write the ImageFormat.RAW_SENSOR pixel data to a DNG file with the currently configured metadata.
writeImage(OutputStream, Image) - Method in class com.samsung.android.sdk.camera.SDngCreator
Write the pixel data to a DNG file with the currently configured metadata.
writeInputStream(OutputStream, Size, InputStream, long) - Method in class com.samsung.android.sdk.camera.SDngCreator
Write the ImageFormat.RAW_SENSOR pixel data to a DNG file with the currently configured metadata.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © Samsung Electronics, Co., Ltd. All rights reserved.