https://github.com/openmvg/camerasensorsizedatabase
A list of camera model, maker and their associated camera sensor size.
https://github.com/openmvg/camerasensorsizedatabase
Last synced: over 1 year ago
JSON representation
A list of camera model, maker and their associated camera sensor size.
- Host: GitHub
- URL: https://github.com/openmvg/camerasensorsizedatabase
- Owner: openMVG
- License: mit
- Created: 2014-11-19T20:21:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-04-20T17:36:27.000Z (about 4 years ago)
- Last Synced: 2025-01-06T22:35:35.740Z (over 1 year ago)
- Size: 232 KB
- Stars: 104
- Watchers: 13
- Forks: 61
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Camera Sensor Size Database
===========================
An open camera sensor size database.
------------
Introduction
------------
This repository contains a list of camera model and their corresponding camera sensor size.
Linking image entry to image EXIF data allow to compute approximate focal length (in pixels)
focal_pix = (max( w, h ) * focal_mm) / ccdw_mm
- focal_pix: the focal length in pixels,
- focal_mm: the EXIF focal length (mm),
- w,h the image of width and height (pixels),
- ccdw_mm: the known sensor width size (mm).
-----------
Description
-----------
There are two flavors of the database.
The sensor_database.csv has the format
CameraMaker,CameraModel,SensorWidth(mm)
The sensor_database_detailed.csv
CameraMaker,CameraModel,SensorDescription,SensorWidth(mm),SensorHeight(mm),SensorWidth(pixels),SensorHeight(pixels)
The initial version of this database has been contributed by the openMVG project and Gregor Brdnik, the creator of http://www.digicamdb.com/.
Contributions to the database are welcome (please use the pull request mechanism)
-------
License
-------
The database is available under the MIT license, see the [LICENSE](https://github.com/openMVG/cameraSensorSizeDatabase/raw/master/LICENSE) text file.