Skip to content

Accessing frame data using OpenXR plugin #90

@trev3d

Description

@trev3d

When using the Oculus plugin, it's possible to get depth frame descriptors via
XR.Oculus.Utils.GetEnvironmentalDepthFrameDesc(int eye); This is the only method according to the docs. This isn't possible in OpenXR, as the XR.Oculus.Utils class does not exist. EnvironmentDepthManager has a frameDescriptors array and onDepthTextureUpdate event, but these are marked internal and I cannot access them in my scripts without modifying the package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions