NDEVR
API Documentation
EXIFInfo::GPano_t

Google Photo Sphere (GPano) spherical metadata. More...

Public Member Functions

bool hasPosePitchDegrees () const
 Checks whether PosePitchDegrees contains a valid value.
bool hasPoseRollDegrees () const
 Checks whether PoseRollDegrees contains a valid value.

Public Attributes

double PosePitchDegrees
 Pitch in degrees above the horizon for the image center. Range: [-90, 90].
double PoseRollDegrees
 Roll in degrees; 0 is level with horizon, positive rotates horizon counterclockwise. Range: (-180, 180].

Detailed Description

Google Photo Sphere (GPano) spherical metadata.

See https://developers.google.com/streetview/spherical-metadata for details.

Definition at line 345 of file TinyExif.h.

Member Function Documentation

◆ hasPosePitchDegrees()

bool EXIFInfo::GPano_t::hasPosePitchDegrees ( ) const

Checks whether PosePitchDegrees contains a valid value.

Returns
True if pitch data is available.

◆ hasPoseRollDegrees()

bool EXIFInfo::GPano_t::hasPoseRollDegrees ( ) const

Checks whether PoseRollDegrees contains a valid value.

Returns
True if roll data is available.

The documentation for this struct was generated from the following file: