Table of Contents

Class CameraSupport

Utility to check if the current Meta Quest device supports the Passthrough Camera API.

public static class CameraSupport
Inheritance
object
CameraSupport

Remarks

Requires the Meta XR Core SDK.

Fields

MINSUPPORTOSVERSION

public const int MINSUPPORTOSVERSION = 74

Field Value

int

Properties

HorizonOSVersion

Get the Horizon OS version number on the headset

public static int? HorizonOSVersion { get; }

Property Value

int?

Remarks

Requires the Meta XR Core SDK.

IsSupported

Returns true if the current headset supports Passthrough Camera API

public static bool IsSupported { get; }

Property Value

bool

Remarks

Requires the Meta XR Core SDK.