Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Sensor Database support for Skydio 2 #812

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions opensfm/data/sensor_data.json
Expand Up @@ -3275,6 +3275,7 @@
"Sigma SD14": 20.7,
"Sigma SD15": 20.7,
"Sigma SD9": 20.7,
"Skydio 2": 5.476,
"Sony A77 II": 23.5,
"Sony Alpha 7": 35.8,
"Sony Alpha 7R": 35.9,
Expand Down
7 changes: 7 additions & 0 deletions opensfm/data/sensor_data_detailed.json
Expand Up @@ -22657,6 +22657,13 @@
"Sensor": "20.7 x 13.8 mm",
"Sensor res. (height)": 1506.0
},
"Skydio 2": {
"Sensor height (mm)": 7.564,
"Sensor width (mm)": 5.476,
"Sensor res. (width)": 4056,
"Sensor": "7.564 x 5.476 mm",
"Sensor res. (height)": 3040
},
"Sony A77 II": {
"Sensor height (mm)": 15.6,
"Sensor width (mm)": 23.5,
Expand Down