API Reference / LensSpec · type

Type Alias: LensSpec

type LensSpec = 
  | string
  | {
  focalLengthMm: number;
  projection?: SkyProjection;
  sensorWidthMm?: number;
}
  | {
  hfovDeg: number;
  projection?: SkyProjection;
};

Start building

Quickstart →