class ScanFrame (Niantic.ARDK.AR.Scanning.ScanFrame)

Overview

Represents a single frame in the scan. More...

class ScanFrame {
public:
    // properties

    Vector3 CameraPosition;
    Quaternion CameraRotation;
    string ImagePath;
    double Timestamp;

    // methods

    override string ToString();
};

Detailed Documentation

Represents a single frame in the scan.

Properties

Vector3 CameraPosition

The world space position of the camera during this frame.

Quaternion CameraRotation

The global rotation of the camera during this frame.

string ImagePath

The absolute path of the camera image captured for this frame, encoded as a JPEG.

double Timestamp

The time at which this frame was captured, in seconds since the beginning of the scan.