Property supportsCameraImage
supportsCameraImage
Indicates whether the provider implementation can provide camera images. If false, XRCameraSubsystem.TryAcquireLatestCpuImage must throw a NotSupportedException.
Declaration
public bool supportsCameraImage { get; set; }
Property Value
| Type | Description |
|---|---|
| bool | true if the implementation can provide camera images. Otherwise, false. |