interface IARVideoFormat (Niantic.ARDK.AR.IARVideoFormat)

Overview

interface IARVideoFormat {
    // properties

    int FramesPerSecond;
    Vector2 ImageResolution;
    Vector2 TextureResolution;
};

Detailed Documentation

Properties

int FramesPerSecond

How many frames of video will be processed per second on the native side.

Vector2 ImageResolution

The resolution [width, height] of the video feed from an AR session.

Vector2 TextureResolution

The resolution [width, height] of the gpu video feed from an AR session.