Class CaptureRequest
- Namespace
- Uralstech.UXR.QuestCamera
An immutable package of settings and outputs needed to capture a single image from the camera device.
public sealed class CaptureRequest : CameraMetadata
- Inheritance
-
objectCaptureRequest
- Inherited Members
- Extension Methods
Constructors
CaptureRequest(AndroidJavaObject)
public CaptureRequest(AndroidJavaObject native)
Parameters
nativeAndroidJavaObject
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.