Skip to content

Latest commit

 

History

History
79 lines (59 loc) · 2.69 KB

README.md

File metadata and controls

79 lines (59 loc) · 2.69 KB
logo

Camera Sensor Database

A collection of camera sensor information. Free to use anywhere.

GitHub last commit (branch) contributors GitHub Issues or Pull Requests GitHub License Static Badge

Web Docs

You can browse all data directly in the browser here:

https://emberlightvfx.github.io/Camera-Sensor-Database/

External Projects

This is a list of external projects using Camera Sensor Database:

Data Structure

Vendor
└─── Camera
     ├─── Info
     │    └─── Other
     └─── Sensor Dimensions
          ├─── Focal Length (optional)
          ├─── Resolution
          │    ├─── Height
          │    └─── Width
          ├─── mm
          │    ├─── Height
          │    ├─── Width
          │    └─── Diagonal
          └─── Inches
               ├─── Height
               ├─── Width
               └─── Diagonal

Formats

The data comes in multiple formats. You find them all in the data folder.

  • json
  • csv
  • yaml
  • markdown

Missing Sensor Data?

To add a new sensor data, create a new sensor submission by going to Issues -> New issue -> Sensor Submission and fill out all needed information. After submitting a PR will automatically be created with all files auto-generated and ready to be reviewed.