From e6ba877dd5882964303f59f6538f59102c22d463 Mon Sep 17 00:00:00 2001 From: EmberLightVFX <49758407+EmberLightVFX@users.noreply.github.com> Date: Mon, 25 May 2026 21:30:53 +0000 Subject: [PATCH] New sensor data for X-T3 - Fujifilm --- data/markdown/fujifilm/xt3.md | 12 ++++++++++ data/sensors.csv | 2 ++ data/sensors.json | 41 +++++++++++++++++++++++++++++++++++ data/sensors.yaml | 31 ++++++++++++++++++++++++++ docs/list.md | 1 + 5 files changed, 87 insertions(+) create mode 100644 data/markdown/fujifilm/xt3.md diff --git a/data/markdown/fujifilm/xt3.md b/data/markdown/fujifilm/xt3.md new file mode 100644 index 0000000..165bad5 --- /dev/null +++ b/data/markdown/fujifilm/xt3.md @@ -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) | diff --git a/data/sensors.csv b/data/sensors.csv index e458c08..3241fe3 100644 --- a/data/sensors.csv +++ b/data/sensors.csv @@ -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, diff --git a/data/sensors.json b/data/sensors.json index d000fcc..0d4566d 100644 --- a/data/sensors.json +++ b/data/sensors.json @@ -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": { diff --git a/data/sensors.yaml b/data/sensors.yaml index 9527d20..daea063 100644 --- a/data/sensors.yaml +++ b/data/sensors.yaml @@ -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: {} diff --git a/docs/list.md b/docs/list.md index b960398..a0786d1 100644 --- a/docs/list.md +++ b/docs/list.md @@ -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)