Can anyone speak to the image processing used? In particular, how is depth inferred from a single 2D image? It seems to me one would need both depth and angle over the field of view to back out the lens focal length. The EXIF format doesn't seem to contain meta data helpful to the focal length calculation.
kan02134|1 year ago
We're using the 'exifr' library for EXIF data extraction: https://www.npmjs.com/package/exifr
nanoanderson|1 year ago