Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 249 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 249 Bytes

camera-sensor-database

Database of camera sensor information

Format

{
  "google/nexus-4": { // vendor/device
    "focalLength": 4.5, // mm
    "sensorWidth": 3.68, // mm
    "sensorHeight": 2.76, // mm
  }
}