CameraExtensionCharacteristics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows clients to query availability and supported resolutions of camera extensions.
[Android.Runtime.Register("android/hardware/camera2/CameraExtensionCharacteristics", ApiSince=31, DoNotGenerateAcw=true)]
public sealed class CameraExtensionCharacteristics : Java.Lang.Object
[<Android.Runtime.Register("android/hardware/camera2/CameraExtensionCharacteristics", ApiSince=31, DoNotGenerateAcw=true)>]
type CameraExtensionCharacteristics = class
inherit Object
- Inheritance
- Attributes
Remarks
Allows clients to query availability and supported resolutions of camera extensions.
Camera extensions give camera clients access to device-specific algorithms and sequences that can improve the overall image quality of snapshots in various cases such as low light, selfies, portraits, and scenes that can benefit from enhanced dynamic range. Often such sophisticated processing sequences will rely on multiple camera frames as input and will produce a single output.
Camera extensions are not guaranteed to be present on all devices so camera clients must query for their availability via CameraExtensionCharacteristics#getSupportedExtensions()
.
In order to use any available camera extension, camera clients must create a corresponding CameraExtensionSession
via CameraDevice#createExtensionSession(ExtensionSessionConfiguration)
Camera clients must be aware that device-specific camera extensions may support only a subset of the available camera resolutions and must first query CameraExtensionCharacteristics#getExtensionSupportedSizes(int, int)
for supported single high-quality request output sizes and CameraExtensionCharacteristics#getExtensionSupportedSizes(int, Class)
for supported repeating request output sizes.
The extension characteristics for a given device are expected to remain static under normal operating conditions.
Java documentation for android.hardware.camera2.CameraExtensionCharacteristics
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Fields
ExtensionAutomatic |
Obsolete.
Device-specific extension implementation for automatic selection of particular extension such as HDR or NIGHT depending on the current lighting and environment conditions. |
ExtensionBeauty |
Device-specific extension implementation which tends to smooth the skin and apply other cosmetic effects to people's faces. |
ExtensionBokeh |
Obsolete.
Device-specific extension implementation which can blur certain regions of the final image thereby "enhancing" focus for all remaining non-blurred parts. |
ExtensionFaceRetouch |
Obsolete.
Device-specific extension implementation which tends to smooth the skin and apply other cosmetic effects to people's faces. |
ExtensionHdr |
Obsolete.
Device-specific extension implementation for enhancing the dynamic range of the final image. |
ExtensionNight |
Obsolete.
Device-specific extension implementation that aims to suppress noise and improve the overall image quality under low light conditions. |
Properties
Class |
Returns the runtime class of this |
Handle |
The handle to the underlying Android instance. (Inherited from Object) |
JniIdentityHashCode | (Inherited from Object) |
JniPeerMembers | |
PeerReference | (Inherited from Object) |
SupportedExtensions |
Return a list of supported device-specific extensions for a given camera device. |
ThresholdClass |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. (Inherited from Object) |
ThresholdType |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. (Inherited from Object) |
Methods
Clone() |
Creates and returns a copy of this object. (Inherited from Object) |
Dispose() | (Inherited from Object) |
Dispose(Boolean) | (Inherited from Object) |
Equals(Object) |
Indicates whether some other object is "equal to" this one. (Inherited from Object) |
GetAvailableCaptureRequestKeys(Int32) |
Returns the set of keys supported by a |
GetAvailableCaptureResultKeys(Int32) |
Returns the set of keys supported by a |
GetEstimatedCaptureLatencyRangeMillis(Int32, Size, Int32) |
Returns the estimated capture latency range in milliseconds for the
target capture resolution during the calls to |
GetExtensionSupportedSizes(Int32, Class) |
Get a list of sizes compatible with |
GetExtensionSupportedSizes(Int32, Int32) |
Check whether a given extension is available and return the
supported output surface resolutions that can be used for high-quality capture
requests via |
GetHashCode() |
Returns a hash code value for the object. (Inherited from Object) |
GetPostviewSupportedSizes(CameraExtensionTypes, Size, Int32) |
Get a list of the postview sizes supported for a still capture, using its
capture size |
IsCaptureProcessProgressAvailable(CameraExtensionTypes) |
Retrieve support for capture progress callbacks via
|
IsPostviewAvailable(CameraExtensionTypes) |
Checks for postview support of still capture. |
JavaFinalize() |
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. (Inherited from Object) |
Notify() |
Wakes up a single thread that is waiting on this object's monitor. (Inherited from Object) |
NotifyAll() |
Wakes up all threads that are waiting on this object's monitor. (Inherited from Object) |
SetHandle(IntPtr, JniHandleOwnership) |
Sets the Handle property. (Inherited from Object) |
ToArray<T>() | (Inherited from Object) |
ToString() |
Returns a string representation of the object. (Inherited from Object) |
UnregisterFromRuntime() | (Inherited from Object) |
Wait() |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>. (Inherited from Object) |
Wait(Int64, Int32) |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed. (Inherited from Object) |
Wait(Int64) |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed. (Inherited from Object) |
Explicit Interface Implementations
IJavaPeerable.Disposed() | (Inherited from Object) |
IJavaPeerable.DisposeUnlessReferenced() | (Inherited from Object) |
IJavaPeerable.Finalized() | (Inherited from Object) |
IJavaPeerable.JniManagedPeerState | (Inherited from Object) |
IJavaPeerable.SetJniIdentityHashCode(Int32) | (Inherited from Object) |
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from Object) |
IJavaPeerable.SetPeerReference(JniObjectReference) | (Inherited from Object) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |