Skip to content

image_panorama

image_panorama #

An oriented set of frames plus an equirectangular preview.

ImagePanorama #

Bases: Struct

An oriented set of frames plus an equirectangular preview.

Source code in capturegraph-lib/capturegraph/types/compositions/image_panorama.py
class ImagePanorama(Struct):
    """An oriented set of frames plus an equirectangular ``preview``."""

    frames: Array[PanoramaFrame]
    preview: Panorama

PanoramaFrame #

Bases: Struct

One oriented source frame of a panorama sweep.

Source code in capturegraph-lib/capturegraph/types/compositions/image_panorama.py
class PanoramaFrame(Struct):
    """One oriented source frame of a panorama sweep."""

    image: Image
    angle: Angle