Table of Contents

Class CaptureRequest

An immutable package of settings and outputs needed to capture a single image from the camera device.

public sealed class CaptureRequest : CameraMetadata
Inheritance
object
CaptureRequest
Inherited Members
Extension Methods

Constructors

CaptureRequest(AndroidJavaObject)

public CaptureRequest(AndroidJavaObject native)

Parameters

native AndroidJavaObject

Methods

GetTag<T>()

Gets the tag of this request previously set using SetTag<T>(T).

public T? GetTag<T>()

Returns

T

Type Parameters

T

Remarks

Supports the types supported by ToManaged<T>(AndroidJavaObject) + AndroidJavaObject.