Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions data/markdown/fujifilm/xt3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Fujifilm - X-T3

## Info

Non-native values are approximations based on crop values provided by users.

## Resolution Dimensions

| Name | Sensor mm | Sensor inches |
|--------------|-------------------------------|--------------------------------|
| All | 23.5 x 15.6 (28.207 diagonal) | 0.925 x 0.614 (1.11 diagonal) |
| 4K 48/50/60p | 19.9 x 11.2 (22.835 diagonal) | 0.783 x 0.441 (0.899 diagonal) |
2 changes: 2 additions & 0 deletions data/sensors.csv
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ Fujifilm,X-S20,6.2K 3:2 (Open Gate),,6240,4160,23.5,15.6,28.207,0.925,0.614,1.11
Fujifilm,X-S20,4K DCI,,4090,2160,23.5,12.4,26.571,0.925,0.488,1.046,Non-native aspect ratios derived from crop factor values listed above.
Fujifilm,X-S20,4K UHD,,4096,2160,23.5,13.2,26.953,0.925,0.52,1.061,Non-native aspect ratios derived from crop factor values listed above.
Fujifilm,X-S20,4K DCI (1.18x Crop),,4096,2160,19.9,11.2,22.835,0.783,0.441,0.899,Non-native aspect ratios derived from crop factor values listed above.
Fujifilm,X-T3,All,,,,23.5,15.6,28.207,0.925,0.614,1.11,Non-native values are approximations based on crop values provided by users.
Fujifilm,X-T3,4K 48/50/60p,,,,19.9,11.2,22.835,0.783,0.441,0.899,Non-native values are approximations based on crop values provided by users.
GoPro,HD HERO,All,,,,5.76,4.29,7.182,0.22,0.17,0.278,
GoPro,HD HERO2,All,,,,5.76,4.29,7.182,0.22,0.17,0.278,
GoPro,HERO,All,,,,4.57,3.43,5.714,0.179,0.135,0.224,
Expand Down
41 changes: 41 additions & 0 deletions data/sensors.json
Original file line number Diff line number Diff line change
Expand Up @@ -5607,6 +5607,47 @@
}
}
}
},
"X-T3": {
"info": {
"Other": "Non-native values are approximations based on crop values provided by users."
},
"sensor dimensions": {
"All": {
"focal length": "",
"resolution": {
"width": "",
"height": ""
},
"mm": {
"width": 23.5,
"height": 15.6,
"diagonal": 28.207
},
"inches": {
"width": 0.925,
"height": 0.614,
"diagonal": 1.11
}
},
"4K 48/50/60p": {
"focal length": "",
"resolution": {
"width": "",
"height": ""
},
"mm": {
"width": 19.9,
"height": 11.2,
"diagonal": 22.835
},
"inches": {
"width": 0.783,
"height": 0.441,
"diagonal": 0.899
}
}
}
}
},
"GoPro": {
Expand Down
31 changes: 31 additions & 0 deletions data/sensors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4214,6 +4214,37 @@ Fujifilm:
width: 0.783
height: 0.441
diagonal: 0.899
X-T3:
info:
Other: Non-native values are approximations based on crop values provided by
users.
sensor dimensions:
All:
focal length: ''
resolution:
width: ''
height: ''
mm:
width: 23.5
height: 15.6
diagonal: 28.207
inches:
width: 0.925
height: 0.614
diagonal: 1.11
4K 48/50/60p:
focal length: ''
resolution:
width: ''
height: ''
mm:
width: 19.9
height: 11.2
diagonal: 22.835
inches:
width: 0.783
height: 0.441
diagonal: 0.899
GoPro:
HD HERO:
info: {}
Expand Down
1 change: 1 addition & 0 deletions docs/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
- [GFX ETERNA 55](/fujifilm/gfxeterna55.md)
- [X-H2s](/fujifilm/xh2s.md)
- [X-S20](/fujifilm/xs20.md)
- [X-T3](/fujifilm/xt3.md)

- [GoPro](/ ':disabled')
- [HD HERO](/gopro/hdhero.md)
Expand Down