Taos API Reference
    Preparing search index...

    Interface SplatCamera

    One training camera pose from a 3DGS cameras.json (world / splat space).

    interface SplatCamera {
        position: [number, number, number];
        rotation: number[][];
    }
    Index

    Properties

    Properties

    position: [number, number, number]

    Camera center in world space.

    rotation: number[][]

    Camera-to-world rotation, row-major 3×3 (OpenCV axes: +X right, +Y down, +Z forward).