From 0567b842111ca9e853cfc75b4e2999199eea5d37 Mon Sep 17 00:00:00 2001 From: Anton Palmqvist <13031779+AntonPalmqvist@users.noreply.github.com> Date: Tue, 30 Sep 2025 21:06:20 -0700 Subject: [PATCH 1/3] - Updated Link Checker to v2 - Updated Cameras - Updated Lightsources --- .github/workflows/check-broken-links.yml | 3 +- deploy/cameras.json | 25 +++++++----- deploy/lightsources.json | 2 +- deploy/v2/cameras.json | 49 ++++++++++++++++++++---- deploy/v2/lightsources.json | 2 +- 5 files changed, 61 insertions(+), 20 deletions(-) diff --git a/.github/workflows/check-broken-links.yml b/.github/workflows/check-broken-links.yml index 07186e0..faa222b 100644 --- a/.github/workflows/check-broken-links.yml +++ b/.github/workflows/check-broken-links.yml @@ -15,8 +15,9 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2 with: args: --verbose --no-progress './deploy/v2/*.json' + fail: false env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/deploy/cameras.json b/deploy/cameras.json index 65d5fdf..b9872c5 100644 --- a/deploy/cameras.json +++ b/deploy/cameras.json @@ -1537,7 +1537,7 @@ "https://en.wikipedia.org/wiki/Canon_EOS-1D_X_Mark_II", "https://en.wikipedia.org/wiki/Canon_EOS-1D_X_Mark_III", "https://www.canon-europe.com/for_home/product_finder/cameras/digital_slr/eos_1dx/specifications/", - "https://github.com/wetadigital/physlight/blob/main/data/Canon_EOS-1D_X_Mark_II_380_780_5.json" + "https://github.com/wetadigital/physlight/blob/main/data/camera/Canon_EOS-1D_X_Mark_II_380_780_5.json" ], "tags": ["full frame"] }, @@ -1567,7 +1567,7 @@ "description": "", "sources": [ "https://en.wikipedia.org/wiki/Canon_EOS_5D_Mark_IV", - "https://github.com/wetadigital/physlight/blob/main/data/Canon_EOS_5D_Mark_IV_380_780_5.json", + "https://github.com/wetadigital/physlight/blob/main/data/camera/Canon_EOS_5D_Mark_IV_380_780_5.json", "https://gdlp01.c-wss.com/gds/0/0300024970/07/eos5d-mk4-im8-en.pdf" ], "tags": ["full frame"] @@ -1934,7 +1934,7 @@ "sources": [ "https://en.wikipedia.org/wiki/Canon_EOS_R5", "https://www.usa.canon.com/shop/p/eos-r5", - "https://github.com/wetadigital/physlight/blob/main/data/Canon_EOS_R5_380_780_5.json" + "https://github.com/wetadigital/physlight/blob/main/data/camera/Canon_EOS_R5_380_780_5.json" ], "tags": ["full frame", "mirrorless"] }, @@ -1960,7 +1960,8 @@ "description": "", "sources": [ "https://en.wikipedia.org/w/index.php?title=Canon_EOS_R5_Mark_II&oldid=1313369650", - "https://www.usa.canon.com/shop/p/eos-r5-mark-ii" + "https://www.usa.canon.com/shop/p/eos-r5-mark-ii", + "https://github.com/wetadigital/physlight/blob/main/data/camera/Canon_EOS_R5m2_380_780_5.json" ], "tags": ["full frame", "mirrorless"] }, @@ -7878,7 +7879,8 @@ "description": "", "sources": [ "https://electronics.sony.com/imaging/interchangeable-lens-cameras/all-interchangeable-lens-cameras/p/ilce7m4-b", - "https://en.wikipedia.org/wiki/Sony_α7" + "https://en.wikipedia.org/wiki/Sony_α7", + "https://github.com/wetadigital/physlight/blob/main/data/camera/Sony_ILCE-7M4_380_780_5.json" ], "tags": ["full frame", "a7", "ilce-7m4"] }, @@ -7904,7 +7906,8 @@ "description": "", "sources": [ "https://electronics.sony.com/imaging/interchangeable-lens-cameras/full-frame/p/ilce7cm2-b", - "https://en.wikipedia.org/wiki/Sony_α7" + "https://en.wikipedia.org/wiki/Sony_α7", + "https://github.com/wetadigital/physlight/blob/main/data/camera/Sony_ILCE-7CM2_380_780_5.json" ], "tags": ["full frame", "a7c", "ilce-7cm2"] }, @@ -7956,9 +7959,10 @@ "description": "", "sources": [ "https://electronics.sony.com/imaging/interchangeable-lens-cameras/all-interchangeable-lens-cameras/p/ilce7rm4a-b", - "https://en.wikipedia.org/wiki/Sony_α7" + "https://en.wikipedia.org/wiki/Sony_α7", + "https://github.com/wetadigital/physlight/blob/main/data/camera/Sony_ILCE-7RM4_380_780_5.json" ], - "tags": ["full frame", "a7r", "ilce-7rm4a"] + "tags": ["full frame", "a7r", "ilce-7rm4"] }, { "name": "Sony Alpha 7R V", @@ -8008,7 +8012,8 @@ "description": "", "sources": [ "https://electronics.sony.com/imaging/interchangeable-lens-cameras/all-interchangeable-lens-cameras/p/ilce7sm3-b", - "https://en.wikipedia.org/wiki/Sony_α7" + "https://en.wikipedia.org/wiki/Sony_α7", + "https://github.com/wetadigital/physlight/blob/main/data/camera/Sony_ILCE-7SM3_380_780_5.json" ], "tags": ["full frame", "a7", "ilce-7sm3"] }, @@ -8035,7 +8040,7 @@ "sources": [ "https://electronics.sony.com/imaging/interchangeable-lens-cameras/full-frame/p/ilce9-b", "https://en.wikipedia.org/wiki/Sony_α9", - "https://github.com/wetadigital/physlight/blob/main/data/Sony_ILCE-9_380_780_5.json" + "https://github.com/wetadigital/physlight/blob/main/data/camera/Sony_ILCE-9_380_780_5.json" ], "tags": ["full frame", "a9", "ilce-9"] }, diff --git a/deploy/lightsources.json b/deploy/lightsources.json index 679ecd1..7086f46 100644 --- a/deploy/lightsources.json +++ b/deploy/lightsources.json @@ -579,7 +579,7 @@ "https://en.wikipedia.org/wiki/Sunlight#Measurement", "https://en.wikipedia.org/wiki/Daylight", "http://stjarnhimlen.se/comp/radfaq.html#10", - "https://nssdc.gsfc.nasa.gov/planetary/factsheet/sunfact.html", + "https://web.archive.org/web/20250629084019/https://nssdc.gsfc.nasa.gov/planetary/factsheet/sunfact.html", "https://www.physics.unlv.edu/~jeffery/astro/moon/sun_moon_angular.html", "https://jila.colorado.edu/~ajsh/colour/Tspectrum.html" ] diff --git a/deploy/v2/cameras.json b/deploy/v2/cameras.json index 4bce790..1977a90 100644 --- a/deploy/v2/cameras.json +++ b/deploy/v2/cameras.json @@ -1777,7 +1777,7 @@ { "title": "Canon EOS-1D X Mark II Camera Spectral Sensitivity Data", "author": "Contributors to the PhysLight Project", - "url": "https://github.com/wetadigital/physlight/blob/main/data/Canon_EOS-1D_X_Mark_II_380_780_5.json", + "url": "https://github.com/wetadigital/physlight/blob/main/data/camera/Canon_EOS-1D_X_Mark_II_380_780_5.json", "publisher": "Wētā FX", "accessed": "2025-02-22" } @@ -1831,7 +1831,7 @@ { "title": "Canon EOS 5D Mark IV Camera Spectral Sensitivity Data", "author": "Contributors to the PhysLight Project", - "url": "https://github.com/wetadigital/physlight/blob/main/data/Canon_EOS_5D_Mark_IV_380_780_5.json", + "url": "https://github.com/wetadigital/physlight/blob/main/data/camera/Canon_EOS_5D_Mark_IV_380_780_5.json", "publisher": "Wētā FX", "accessed": "2025-02-22" } @@ -2307,7 +2307,7 @@ { "title": "Canon EOS R5 Camera Spectral Sensitivity Data", "author": "Contributors to the PhysLight Project", - "url": "https://github.com/wetadigital/physlight/blob/main/data/Canon_EOS_R5_380_780_5.json", + "url": "https://github.com/wetadigital/physlight/blob/main/data/camera/Canon_EOS_R5_380_780_5.json", "publisher": "Wētā FX", "accessed": "2025-02-22" } @@ -2347,6 +2347,13 @@ "url": "https://en.wikipedia.org/w/index.php?title=Canon_EOS_R5_Mark_II&oldid=1313369650", "publisher": "Wikipedia, The Free Encyclopedia", "accessed": "2025-09-28" + }, + { + "title": "Canon EOS R5 Mark II Camera Spectral Sensitivity Data", + "author": "Contributors to the PhysLight Project", + "url": "https://github.com/wetadigital/physlight/blob/main/data/camera/Canon_EOS_R5m2_380_780_5.json", + "publisher": "Wētā FX", + "accessed": "2025-09-30" } ], "tags": ["full frame", "mirrorless"] @@ -2432,7 +2439,7 @@ { "title": "Hasselblad L1D-20c Camera Spectral Sensitivity Data", "author": "Contributors to the PhysLight Project", - "url": "https://github.com/wetadigital/physlight/blob/main/data/Hasselblad_L1D-20c_380_780_5.json", + "url": "https://github.com/wetadigital/physlight/blob/main/data/camera/Hasselblad_L1D-20c_380_780_5.json", "publisher": "Wētā FX", "accessed": "2025-02-22" } @@ -3341,7 +3348,7 @@ { "title": "Nikon D850 Camera Spectral Sensitivity Data", "author": "Contributors to the PhysLight Project", - "url": "https://github.com/wetadigital/physlight/blob/main/data/Nikon_D850_380_780_5.json", + "url": "https://github.com/wetadigital/physlight/blob/main/data/camera/Nikon_D850_380_780_5.json", "publisher": "Wētā FX", "accessed": "2025-02-22" } @@ -8983,6 +8990,13 @@ "url": "https://en.wikipedia.org/w/index.php?title=Sony_%CE%B17&oldid=1267254025", "publisher": "Wikipedia, The Free Encyclopedia", "accessed": "2025-02-22" + }, + { + "title": "Sony Alpha 7 IV Camera Spectral Sensitivity Data", + "author": "Contributors to the PhysLight Project", + "url": "https://github.com/wetadigital/physlight/blob/main/data/camera/Sony_ILCE-7M4_380_780_5.json", + "publisher": "Wētā FX", + "accessed": "2025-09-30" } ], "tags": ["full frame", "a7", "ilce-7m4"] @@ -9020,6 +9034,13 @@ "url": "https://en.wikipedia.org/w/index.php?title=Sony_%CE%B17&oldid=1267254025", "publisher": "Wikipedia, The Free Encyclopedia", "accessed": "2025-02-22" + }, + { + "title": "Sony Alpha 7C II Camera Spectral Sensitivity Data", + "author": "Contributors to the PhysLight Project", + "url": "https://github.com/wetadigital/physlight/blob/main/data/camera/Sony_ILCE-7CM2_380_780_5.json", + "publisher": "Wētā FX", + "accessed": "2025-09-30" } ], "tags": ["full frame", "a7c", "ilce-7cm2"] @@ -9094,9 +9115,16 @@ "url": "https://en.wikipedia.org/w/index.php?title=Sony_%CE%B17&oldid=1267254025", "publisher": "Wikipedia, The Free Encyclopedia", "accessed": "2025-02-22" + }, + { + "title": "Sony Alpha 7R IV Camera Spectral Sensitivity Data", + "author": "Contributors to the PhysLight Project", + "url": "https://github.com/wetadigital/physlight/blob/main/data/camera/Sony_ILCE-7RM4_380_780_5.json", + "publisher": "Wētā FX", + "accessed": "2025-09-30" } ], - "tags": ["full frame", "a7r", "ilce-7rm4a"] + "tags": ["full frame", "a7r", "ilce-7rm4"] }, { "make": "Sony", @@ -9168,6 +9196,13 @@ "url": "https://en.wikipedia.org/w/index.php?title=Sony_%CE%B17&oldid=1267254025", "publisher": "Wikipedia, The Free Encyclopedia", "accessed": "2025-02-22" + }, + { + "title": "Sony Alpha 7S III Camera Spectral Sensitivity Data", + "author": "Contributors to the PhysLight Project", + "url": "https://github.com/wetadigital/physlight/blob/main/data/camera/Sony_ILCE-7SM3_380_780_5.json", + "publisher": "Wētā FX", + "accessed": "2025-09-30" } ], "tags": ["full frame", "a7", "ilce-7sm3"] @@ -9209,7 +9244,7 @@ { "title": "Sony ILCE-9 Camera Spectral Sensitivity Data", "author": "Contributors to the PhysLight Project", - "url": "https://github.com/wetadigital/physlight/blob/main/data/Sony_ILCE-9_380_780_5.json", + "url": "https://github.com/wetadigital/physlight/blob/main/data/camera/Sony_ILCE-9_380_780_5.json", "publisher": "Wētā FX", "accessed": "2025-02-22" } diff --git a/deploy/v2/lightsources.json b/deploy/v2/lightsources.json index 0a69d99..8abf9f0 100644 --- a/deploy/v2/lightsources.json +++ b/deploy/v2/lightsources.json @@ -1158,7 +1158,7 @@ { "title": "Sun Fact Sheet", "author": "Williams, D. R.", - "url": "https://nssdc.gsfc.nasa.gov/planetary/factsheet/sunfact.html", + "url": "https://web.archive.org/web/20250629084019/https://nssdc.gsfc.nasa.gov/planetary/factsheet/sunfact.html", "publisher": "NASA", "accessed": "2025-03-01" }, From ab23498a506f697964ba054d1df9b739bc69c044 Mon Sep 17 00:00:00 2001 From: Anton Palmqvist <13031779+AntonPalmqvist@users.noreply.github.com> Date: Wed, 1 Oct 2025 19:49:38 -0700 Subject: [PATCH 2/3] - Updated Cameras --- deploy/cameras.json | 293 +++++++++++++++++++++++++++++++------ deploy/v2/cameras.json | 325 +++++++++++++++++++++++++++++++++++------ 2 files changed, 533 insertions(+), 85 deletions(-) diff --git a/deploy/cameras.json b/deploy/cameras.json index b9872c5..9c184e4 100644 --- a/deploy/cameras.json +++ b/deploy/cameras.json @@ -576,7 +576,7 @@ "https://www.arri.com/resource/blob/296424/88454a5a3dee9fe1d3fd68e75aa3411e/alexa-35-recording-format-poster-data.pdf", "https://www.arri.com/resource/blob/277386/a8ebd70f6105162b541bc39f4ad098b5/2022-05-arri-formatsandresolutionsoverview-4-4-data.pdf" ], - "tags": [""] + "tags": ["netflix"] }, { "name": "Arri Alexa 65", @@ -639,7 +639,47 @@ "https://www.arri.com/resource/blob/277386/a8ebd70f6105162b541bc39f4ad098b5/2022-05-arri-formatsandresolutionsoverview-4-4-data.pdf", "https://en.wikipedia.org/wiki/IMAX#Film_cameras" ], - "tags": ["imax"] + "tags": ["imax", "netflix"] + }, + { + "name": "Arri Alexa 265", + "sensorSize": [ + { + "format": "2.12:1 Open Gate", + "size": [54.12, 25.58], + "resolution": [ + { + "format": "6.5K", + "size": [6560, 3100] + } + ] + }, + { + "format": "1.65:1", + "size": [42.24, 25.58], + "resolution": [ + { + "format": "5.1K", + "size": [5120, 3100] + } + ] + }, + { + "format": "LF 3:2", + "size": [36.7, 25.54], + "resolution": [ + { + "format": "4.5K", + "size": [4448, 3096] + } + ] + } + ], + "category": ["Movie"], + "sources": [ + "https://www.arrirental.com/en/cameras/digital-65-mm-cameras/alexa-265" + ], + "tags": ["imax", "netflix"] }, { "name": "Arri Amira", @@ -774,7 +814,7 @@ "https://en.wikipedia.org/wiki/IMAX#Film_cameras", "https://www.arri.com/resource/blob/277386/a8ebd70f6105162b541bc39f4ad098b5/2022-05-arri-formatsandresolutionsoverview-4-4-data.pdf" ], - "tags": ["super 35", "imax"] + "tags": ["super 35", "imax", "netflix"] }, { "name": "Arri Alexa Mini", @@ -1001,7 +1041,7 @@ "https://en.wikipedia.org/wiki/IMAX#Film_cameras", "https://www.arri.com/resource/blob/277386/a8ebd70f6105162b541bc39f4ad098b5/2022-05-arri-formatsandresolutionsoverview-4-4-data.pdf" ], - "tags": ["super 35", "imax"] + "tags": ["super 35", "imax", "netflix"] }, { "name": "Arri Alexa SXT W", @@ -1429,28 +1469,93 @@ "https://www.youtube.com/live/iI7ZEm-ZbPw?si=FFLiwC3aS4dJ_IL8&t=7485", "https://www.cined.com/blackmagic-design-ursa-cine-12k-lf-announced-12k-full-frame-sensor-open-gate-32-new-8tb-dedicated-recording-module-and-more/" ], - "tags": ["full frame"] + "tags": ["full frame", "netflix"] }, { "name": "Blackmagic URSA Cine 17K 65", "sensorSize": [ { - "format": "2.2:1 open gate", + "format": "2.2:1 Open Gate", "size": [50.808, 23.316], "resolution": [ { "format": "17K", "size": [17520, 8040] }, { "format": "8K", "size": [11680, 5360] }, { "format": "4K", "size": [5840, 2680] } ] + }, + { + "format": "2.4:1 Full Width", + "size": [50.808, 21.16], + "resolution": [{ "format": "17K", "size": [17520, 7296] }] + }, + { + "format": "2:1 Full Height", + "size": [46.77, 23.32], + "resolution": [ + { "format": "17K", "size": [16128, 8040] }, + { "format": "8K", "size": [10752, 5360] }, + { "format": "4K", "size": [5376, 2680] } + ] + }, + { + "format": "17:9 Full Height", + "size": [44.54, 23.32], + "resolution": [{ "format": "17K", "size": [15360, 8040] }] + }, + { + "format": "16:9 Full Height", + "size": [41.48, 23.32], + "resolution": [{ "format": "17K", "size": [14304, 8040] }] + }, + { + "format": "3:2 Full Height", + "size": [35.64, 23.32], + "resolution": [ + { "format": "12K", "size": [12288, 8040] }, + { "format": "8K", "size": [8192, 5360] }, + { "format": "4K", "size": [4096, 2680] } + ] + }, + { + "format": "6:5 Full Height", + "size": [27.98, 23.32], + "resolution": [{ "format": "12K", "size": [9648, 8040] }] + }, + { + "format": "16:9 Cropped", + "size": [35.64, 20.04], + "resolution": [ + { "format": "12K", "size": [12288, 6912] }, + { "format": "8K", "size": [8192, 4608] }, + { "format": "4K", "size": [4096, 2304] } + ] + }, + { + "format": "17:9 Cropped", + "size": [35.64, 18.79], + "resolution": [ + { "format": "12K", "size": [12288, 6480] }, + { "format": "8K", "size": [8192, 4320] }, + { "format": "4K", "size": [4096, 2160] } + ] + }, + { + "format": "2.4:1 Cropped", + "size": [35.64, 14.82], + "resolution": [ + { "format": "12K", "size": [12288, 5112] }, + { "format": "8K", "size": [8192, 3408] }, + { "format": "4K", "size": [4096, 1704] } + ] } ], "category": ["Movie"], - "description": "", "sources": [ "https://www.blackmagicdesign.com/products/blackmagicursacine/techspecs/W-URSA-63", - "https://en.wikipedia.org/wiki/Blackmagic_URSA#URSA_CINE_17K" + "https://en.wikipedia.org/w/index.php?title=Blackmagic_URSA&oldid=1276978178#URSA_CINE_17K", + "https://drive.google.com/file/d/1eKcfK69-YnxE-CqGrXEMdAw2Is0vTNB_/view" ], - "tags": ["imax"] + "tags": ["imax", "netflix"] }, { "name": "Blackmagic URSA Mini Pro 4.6K G2", @@ -1472,7 +1577,7 @@ "https://www.blackmagicdesign.com/products/blackmagicursaminipro/techspecs/W-URSA-34", "https://en.wikipedia.org/wiki/Blackmagic_URSA#URSA_Mini_Pro_4.6K_G2" ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "name": "Blackmagic URSA Mini Pro 12K", @@ -1502,7 +1607,7 @@ "https://www.blackmagicdesign.com/products/blackmagicursaminipro/techspecs/W-URSA-36", "https://en.wikipedia.org/wiki/Blackmagic_URSA#URSA_Mini_Pro_12K" ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "name": "Canon EOS-1D X", @@ -1686,7 +1791,7 @@ "https://gdlp01.c-wss.com/gds/5/0300042345/08/eosc300mk3-500mk2-im13-en.pdf", "https://www.canon-europe.com/video-cameras/eos-c300-mark-iii/specifications/" ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "name": "Canon EOS C400", @@ -1749,7 +1854,7 @@ "https://www.usa.canon.com/shop/p/eos-c400#tech-spec-data", "https://s7d1.scene7.com/is/content/canon/EOSC400_full_specificationspdf" ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "name": "Canon EOS C500", @@ -1771,7 +1876,7 @@ "https://en.wikipedia.org/wiki/Canon_EOS_C500", "https://www.usa.canon.com/internet/portal/us/home/products/details/cameras/cinema-eos/cinema-eos-c500-mark-ii" ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "name": "Canon EOS C70", @@ -1803,7 +1908,7 @@ "https://www.usa.canon.com/shop/p/eos-c70", "https://gdlp01.c-wss.com/gds/4/0300040134/09/eosc70-im10-en.pdf" ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "name": "Canon EOS C80", @@ -1879,7 +1984,7 @@ "https://www.usa.canon.com/shop/p/eos-c80", "https://s7d1.scene7.com/is/content/canon/EOSC80_full_specificationspdf" ], - "tags": ["full frame"] + "tags": ["full frame", "netflix"] }, { "name": "Canon EOS C700 FF", @@ -1909,7 +2014,7 @@ "https://www.usa.canon.com/support/p/eos-c700-ff", "https://downloads.canon.com/nw/camera/downloads/brochures/cinema/cinema-eos/eos-c700-ff-series-product-brochure.pdf" ], - "tags": ["full frame"] + "tags": ["full frame", "netflix"] }, { "name": "Canon EOS R5", @@ -1936,7 +2041,7 @@ "https://www.usa.canon.com/shop/p/eos-r5", "https://github.com/wetadigital/physlight/blob/main/data/camera/Canon_EOS_R5_380_780_5.json" ], - "tags": ["full frame", "mirrorless"] + "tags": ["full frame", "mirrorless", "netflix"] }, { "name": "EOS R5 Mark II", @@ -1965,6 +2070,75 @@ ], "tags": ["full frame", "mirrorless"] }, + { + "name": "DJI Inspire 3 Zenmuse X9-8K Air", + "sensorSize": [ + { + "format": "Full Frame 17:9", + "size": [36, 19], + "resolution": [ + { + "format": "8.1K", + "size": [8192, 4320] + }, + { + "format": "4.1K", + "size": [4096, 2160] + } + ] + }, + { + "format": "Full Frame 16:9", + "size": [33.8, 19], + "resolution": [ + { + "format": "8K", + "size": [7680, 4320] + }, + { + "format": "4K", + "size": [3840, 2160] + } + ] + }, + { + "format": "Full Frame 2.39:1", + "size": [36, 15.06], + "resolution": [ + { + "format": "8.1K", + "size": [8192, 3424] + } + ] + }, + { + "format": "Super 35 17:9", + "size": [24.5, 12.98], + "resolution": [ + { + "format": "5.5K", + "size": [5568, 2952] + } + ] + }, + { + "format": "Super 35 16:9", + "size": [23.1, 12.98], + "resolution": [ + { + "format": "5.2K", + "size": [5248, 2952] + } + ] + } + ], + "category": ["Mobile"], + "sources": [ + "https://www.dji.com/inspire-3/specs", + "https://dl.djicdn.com/downloads/inspire_3/20241016UM/DJI_Inspire_3_User_Manual_V3.0_EN_.pdf" + ], + "tags": ["drone", "netflix"] + }, { "name": "DJI Mavic Air 2", "sensorSize": [ @@ -2668,7 +2842,7 @@ "https://pro-av.panasonic.net/en/cinema_camera_varicam_eva/products/eva1/index.html", "https://pro-av.panasonic.net/en/cinema_camera_varicam_eva/support/pdf/au-eva1.pdf" ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "name": "Panasonic LUMIX BGH1", @@ -2701,7 +2875,7 @@ "sources": [ "https://pro-av.panasonic.net/en/cinema_camera_varicam_eva/products/bgh1/spec/index.html" ], - "tags": ["micro four thirds"] + "tags": ["micro four thirds", "netflix"] }, { "name": "Panasonic LUMIX BS1H", @@ -2746,7 +2920,7 @@ "sources": [ "https://pro-av.panasonic.net/en/cinema_camera_varicam_eva/products/bs1h/index.html" ], - "tags": ["full frame"] + "tags": ["full frame", "netflix"] }, { "name": "Panasonic LUMIX S1H", @@ -2791,7 +2965,7 @@ "sources": [ "https://pro-av.panasonic.net/en/cinema_camera_varicam_eva/products/s1h/index.html" ], - "tags": ["full frame"] + "tags": ["full frame", "netflix"] }, { "name": "Panasonic LUMIX S1RII", @@ -2922,7 +3096,7 @@ "https://pro-av.panasonic.net/en/cinema_camera_varicam_eva/products/varicam_35/spec/index.html", "https://pro-av.panasonic.net/en/cinema_camera_varicam_eva/support/pdf/New_S35mm_MOS_Sensor.pdf" ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "name": "Panasonic VariCam LT", @@ -2958,7 +3132,7 @@ "https://pro-av.panasonic.net/manual/html/VARICAM_LT(VQT5M58A-11(E))/VARICAM_LT(VQT5M58A-11(E)).pdf", "https://pro-av.panasonic.net/en/cinema_camera_varicam_eva/support/pdf/New_S35mm_MOS_Sensor.pdf" ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "name": "Panasonic VariCam Pure", @@ -2985,7 +3159,7 @@ "https://pro-av.panasonic.net/en/cinema_camera_varicam_eva/products/varicam_pure/spec/index.html", "https://pro-av.panasonic.net/en/cinema_camera_varicam_eva/support/pdf/New_S35mm_MOS_Sensor.pdf" ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "name": "Panavision Millenium DXL2", @@ -3328,7 +3502,7 @@ "https://www.panavision.com/docs/default-source/downloads/panavision_dxl2_manual_v1_0.pdf#%5B%7B%22num%22%3A125%2C%22gen%22%3A0%7D%2C%7B%22name%22%3A%22XYZ%22%7D%2C42.75%2C673.5%2C0%5D", "https://en.wikipedia.org/wiki/IMAX#Film_cameras" ], - "tags": ["imax"] + "tags": ["imax", "netflix"] }, { "name": "RED Dragon", @@ -4105,7 +4279,7 @@ "http://docs.red.com/955-0156/EPICSCARLETOperationGuide/en-us/Content/5_Advanced_Menus/1_Settings/Project/FormatEpicDragon.htm", "https://www.red.com/dsmc2" ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "name": "RED Gemini", @@ -4740,7 +4914,7 @@ "https://www.red.com/arsenal", "https://www.red.com/dsmc2" ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "name": "RED Helium", @@ -5895,7 +6069,7 @@ "https://www.red.com/arsenal", "https://www.red.com/dsmc2" ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "name": "RED Komodo", @@ -6069,7 +6243,7 @@ "https://www.red.com/komodo-brain-parent", "https://www.red.com/arsenal" ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "name": "RED Monstro", @@ -7225,7 +7399,7 @@ "https://www.red.com/arsenal", "https://www.red.com/dsmc2" ], - "tags": ["imax", "full frame"] + "tags": ["imax", "full frame", "netflix"] }, { "name": "RED V-Raptor", @@ -7799,7 +7973,7 @@ "https://www.red.com/v-raptor", "https://www.red.com/arsenal" ], - "tags": ["imax", "full frame"] + "tags": ["imax", "full frame", "netflix"] }, { "name": "Sony Alpha 1 II", @@ -8172,7 +8346,7 @@ "https://en.wikipedia.org/wiki/List_of_Sony_E-mount_cameras", "https://en.wikipedia.org/wiki/CineAlta" ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "name": "Sony F5", @@ -8214,7 +8388,7 @@ "https://pro.sony/ue_US/products/digital-cinema-cameras/pmw-f5", "https://www.fdtimes.com/2012/10/30/sony-f55-and-f5/" ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "name": "Sony F55", @@ -8235,7 +8409,7 @@ "sources": [ "https://www.panavision.com/camera-and-optics/cameras/product-detail/f55-f55" ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "name": "Sony F65", @@ -8265,7 +8439,40 @@ "https://pro.sony/ue_US/products/digital-cinema-cameras/f65", "https://www.eoshd.com/news/sony-f65-sensor-using-consumer-camcorder-technology/" ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] + }, + { + "name": "Sony FR 7", + "sensorSize": [ + { + "format": "Open Gate", + "size": [35.6, 23.8], + "resolution": [ + { + "format": "FF 4096x2160", + "size": [4096, 2160] + }, + { + "format": "FF 3840x2160", + "size": [3840, 2160] + }, + { + "format": "FF 1920x1080", + "size": [1920, 1080] + }, + { + "format": "S35", + "size": [1920, 1080] + } + ] + } + ], + "category": ["Movie"], + "sources": [ + "https://pro.sony/ue_US/products/ptz-network-cameras/ilme-fr7#ProductSpecificationsBlock-ilme-fr7", + "https://helpguide.sony.net/ilc/2240/v1/en/print.pdf" + ], + "tags": ["full frame", "ilme-fr7", "netflix"] }, { "name": "Sony FS7", @@ -8299,7 +8506,7 @@ "https://pro.sony/ue_US/products/handheld-camcorders/pxw-fs7", "https://www.arkvideo.co.jp/_sys/wp-content/uploads/SonyPXW-FS7.pdf" ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "name": "Sony FS7 II", @@ -8333,7 +8540,7 @@ "https://pro.sony/ue_US/products/handheld-camcorders/pxw-fs7m2", "https://www.arkvideo.co.jp/_sys/wp-content/uploads/SonyPXW-FS7M2.pdf" ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "name": "Sony FX2", @@ -8390,7 +8597,7 @@ "sources": [ "https://electronics.sony.com/imaging/cinema-line-cameras/all-cinema-line-cameras/p/ilmefx3" ], - "tags": ["full frame"] + "tags": ["full frame", "netflix"] }, { "name": "Sony FX6", @@ -8423,7 +8630,7 @@ "sources": [ "https://electronics.sony.com/imaging/cinema-line-cameras/all-cinema-line-cameras/p/ilmefx6v" ], - "tags": ["full frame"] + "tags": ["full frame", "netflix"] }, { "name": "Sony FX9", @@ -8475,7 +8682,7 @@ "https://pro.sony/ue_US/products/handheld-camcorders/pxw-fx9", "https://www.cined.com/sony-fx9-sensor-scan-modes-explained/" ], - "tags": ["full frame"] + "tags": ["full frame", "netflix"] }, { "name": "Sony ILX-LR1", @@ -8643,7 +8850,7 @@ "https://en.wikipedia.org/wiki/IMAX#Film_cameras", "https://en.wikipedia.org/wiki/CineAlta" ], - "tags": ["imax"] + "tags": ["imax", "netflix"] }, { "name": "Sony VENICE 2", @@ -8898,6 +9105,6 @@ "https://en.wikipedia.org/wiki/IMAX#Film_cameras", "https://en.wikipedia.org/wiki/CineAlta" ], - "tags": ["imax"] + "tags": ["imax", "netflix"] } ] diff --git a/deploy/v2/cameras.json b/deploy/v2/cameras.json index 1977a90..d25db63 100644 --- a/deploy/v2/cameras.json +++ b/deploy/v2/cameras.json @@ -604,7 +604,8 @@ "url": "https://www.arri.com/resource/blob/277386/a8ebd70f6105162b541bc39f4ad098b5/2022-05-arri-formatsandresolutionsoverview-4-4-data.pdf", "accessed": "2025-02-22" } - ] + ], + "tags": ["netflix"] }, { "make": "Arri", @@ -683,7 +684,53 @@ "accessed": "2025-02-22" } ], - "tags": ["imax"] + "tags": ["imax", "netflix"] + }, + { + "make": "Arri", + "model": "Alexa 265", + "sensorSize": [ + { + "format": "2.12:1 Open Gate", + "size": [54.12, 25.58], + "resolution": [ + { + "format": "6.5K", + "size": [6560, 3100] + } + ] + }, + { + "format": "1.65:1", + "size": [42.24, 25.58], + "resolution": [ + { + "format": "5.1K", + "size": [5120, 3100] + } + ] + }, + { + "format": "LF 3:2", + "size": [36.7, 25.54], + "resolution": [ + { + "format": "4.5K", + "size": [4448, 3096] + } + ] + } + ], + "category": ["Movie"], + "references": [ + { + "title": "ARRI Rental | ALEXA 265", + "publisher": "ARRI GmbH", + "url": "https://www.arrirental.com/en/cameras/digital-65-mm-cameras/alexa-265", + "accessed": "2025-10-01" + } + ], + "tags": ["imax", "netflix"] }, { "make": "Arri", @@ -844,7 +891,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35", "imax"] + "tags": ["super 35", "imax", "netflix"] }, { "make": "Arri", @@ -1097,7 +1144,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35", "imax"] + "tags": ["super 35", "imax", "netflix"] }, { "make": "Arri", @@ -1610,20 +1657,85 @@ "accessed": "2025-02-22" } ], - "tags": ["full frame"] + "tags": ["full frame", "netflix"] }, { "make": "Blackmagic", "model": "URSA Cine 17K 65", "sensorSize": [ { - "format": "2.2:1 open gate", + "format": "2.2:1 Open Gate", "size": [50.808, 23.316], "resolution": [ { "format": "17K", "size": [17520, 8040] }, { "format": "8K", "size": [11680, 5360] }, { "format": "4K", "size": [5840, 2680] } ] + }, + { + "format": "2.4:1 Full Width", + "size": [50.808, 21.16], + "resolution": [{ "format": "17K", "size": [17520, 7296] }] + }, + { + "format": "2:1 Full Height", + "size": [46.77, 23.32], + "resolution": [ + { "format": "17K", "size": [16128, 8040] }, + { "format": "8K", "size": [10752, 5360] }, + { "format": "4K", "size": [5376, 2680] } + ] + }, + { + "format": "17:9 Full Height", + "size": [44.54, 23.32], + "resolution": [{ "format": "17K", "size": [15360, 8040] }] + }, + { + "format": "16:9 Full Height", + "size": [41.48, 23.32], + "resolution": [{ "format": "17K", "size": [14304, 8040] }] + }, + { + "format": "3:2 Full Height", + "size": [35.64, 23.32], + "resolution": [ + { "format": "12K", "size": [12288, 8040] }, + { "format": "8K", "size": [8192, 5360] }, + { "format": "4K", "size": [4096, 2680] } + ] + }, + { + "format": "6:5 Full Height", + "size": [27.98, 23.32], + "resolution": [{ "format": "12K", "size": [9648, 8040] }] + }, + { + "format": "16:9 Cropped", + "size": [35.64, 20.04], + "resolution": [ + { "format": "12K", "size": [12288, 6912] }, + { "format": "8K", "size": [8192, 4608] }, + { "format": "4K", "size": [4096, 2304] } + ] + }, + { + "format": "17:9 Cropped", + "size": [35.64, 18.79], + "resolution": [ + { "format": "12K", "size": [12288, 6480] }, + { "format": "8K", "size": [8192, 4320] }, + { "format": "4K", "size": [4096, 2160] } + ] + }, + { + "format": "2.4:1 Cropped", + "size": [35.64, 14.82], + "resolution": [ + { "format": "12K", "size": [12288, 5112] }, + { "format": "8K", "size": [8192, 3408] }, + { "format": "4K", "size": [4096, 1704] } + ] } ], "category": ["Movie"], @@ -1636,13 +1748,18 @@ }, { "title": "Blackmagic URSA", - "author": "Wikipedia contributors", "url": "https://en.wikipedia.org/w/index.php?title=Blackmagic_URSA&oldid=1276978178#URSA_CINE_17K", "publisher": "Wikipedia, The Free Encyclopedia", "accessed": "2025-02-22" + }, + { + "title": "Netflix Camera Production Guide - URSA Cine 17K 65", + "url": "https://drive.google.com/file/d/1eKcfK69-YnxE-CqGrXEMdAw2Is0vTNB_/view", + "publisher": "Netflix, Inc.", + "accessed": "2025-10-01" } ], - "tags": ["imax"] + "tags": ["imax", "netflix"] }, { "make": "Blackmagic", @@ -1675,7 +1792,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "make": "Blackmagic", @@ -1716,7 +1833,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "make": "Canon", @@ -1988,7 +2105,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "make": "Canon", @@ -2067,7 +2184,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "make": "Canon", @@ -2100,7 +2217,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "make": "Canon", @@ -2142,7 +2259,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "make": "Canon", @@ -2228,7 +2345,7 @@ "accessed": "2025-02-22" } ], - "tags": ["full frame"] + "tags": ["full frame", "netflix"] }, { "make": "Canon", @@ -2268,7 +2385,7 @@ "accessed": "2025-02-22" } ], - "tags": ["full frame"] + "tags": ["full frame", "netflix"] }, { "make": "Canon", @@ -2312,7 +2429,7 @@ "accessed": "2025-02-22" } ], - "tags": ["full frame", "mirrorless"] + "tags": ["full frame", "mirrorless", "netflix"] }, { "make": "Canon", @@ -2358,6 +2475,86 @@ ], "tags": ["full frame", "mirrorless"] }, + { + "make": "DJI", + "model": "Inspire 3 Zenmuse X9-8K Air", + "sensorSize": [ + { + "format": "Full Frame 17:9", + "size": [36, 19], + "resolution": [ + { + "format": "8.1K", + "size": [8192, 4320] + }, + { + "format": "4.1K", + "size": [4096, 2160] + } + ] + }, + { + "format": "Full Frame 16:9", + "size": [33.8, 19], + "resolution": [ + { + "format": "8K", + "size": [7680, 4320] + }, + { + "format": "4K", + "size": [3840, 2160] + } + ] + }, + { + "format": "Full Frame 2.39:1", + "size": [36, 15.06], + "resolution": [ + { + "format": "8.1K", + "size": [8192, 3424] + } + ] + }, + { + "format": "Super 35 17:9", + "size": [24.5, 12.98], + "resolution": [ + { + "format": "5.5K", + "size": [5568, 2952] + } + ] + }, + { + "format": "Super 35 16:9", + "size": [23.1, 12.98], + "resolution": [ + { + "format": "5.2K", + "size": [5248, 2952] + } + ] + } + ], + "category": ["Mobile"], + "references": [ + { + "title": "DJI Inspire 3 - Specs", + "publisher": "DJI", + "url": "https://www.dji.com/inspire-3/specs", + "accessed": "2025-10-01" + }, + { + "title": "DJI Inspire 3 - User Manual", + "publisher": "DJI", + "url": "https://dl.djicdn.com/downloads/inspire_3/20241016UM/DJI_Inspire_3_User_Manual_V3.0_EN_.pdf", + "accessed": "2025-10-01" + } + ], + "tags": ["drone", "netflix"] + }, { "make": "DJI", "model": "Mavic Air 2", @@ -3529,7 +3726,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "make": "Panasonic", @@ -3567,7 +3764,7 @@ "accessed": "2025-02-22" } ], - "tags": ["micro four thirds"] + "tags": ["micro four thirds", "netflix"] }, { "make": "Panasonic", @@ -3617,7 +3814,7 @@ "accessed": "2025-02-22" } ], - "tags": ["full frame"] + "tags": ["full frame", "netflix"] }, { "make": "Panasonic", @@ -3667,7 +3864,7 @@ "accessed": "2025-02-22" } ], - "tags": ["full frame"] + "tags": ["full frame", "netflix"] }, { "make": "Panasonic", @@ -3834,7 +4031,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "make": "Panasonic", @@ -3891,7 +4088,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "make": "Panasonic", @@ -3934,7 +4131,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "make": "Panavision", @@ -4294,7 +4491,7 @@ "accessed": "2025-02-22" } ], - "tags": ["imax"] + "tags": ["imax", "netflix"] }, { "make": "RED", @@ -5102,7 +5299,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "make": "RED", @@ -5752,7 +5949,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "make": "RED", @@ -6921,7 +7118,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "make": "RED", @@ -7110,7 +7307,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "make": "RED", @@ -8287,7 +8484,7 @@ "accessed": "2025-02-22" } ], - "tags": ["imax", "full frame"] + "tags": ["imax", "full frame", "netflix"] }, { "make": "RED", @@ -8877,7 +9074,7 @@ "accessed": "2025-02-22" } ], - "tags": ["imax", "full frame"] + "tags": ["imax", "full frame", "netflix"] }, { "make": "Sony", @@ -9412,7 +9609,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "make": "Sony", @@ -9465,7 +9662,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "make": "Sony", @@ -9491,7 +9688,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "make": "Sony", @@ -9532,7 +9729,51 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] + }, + { + "make": "Sony", + "model": "FR 7", + "sensorSize": [ + { + "format": "Open Gate", + "size": [35.6, 23.8], + "resolution": [ + { + "format": "FF 4096x2160", + "size": [4096, 2160] + }, + { + "format": "FF 3840x2160", + "size": [3840, 2160] + }, + { + "format": "FF 1920x1080", + "size": [1920, 1080] + }, + { + "format": "S35", + "size": [1920, 1080] + } + ] + } + ], + "category": ["Movie"], + "references": [ + { + "title": "Sony ILME-FR7", + "url": "https://pro.sony/ue_US/products/ptz-network-cameras/ilme-fr7#ProductSpecificationsBlock-ilme-fr7", + "publisher": "SONY ELECTRONICS INC.", + "accessed": "2025-10-01" + }, + { + "title": "Sony ILME-FR7 User Manual", + "url": "https://helpguide.sony.net/ilc/2240/v1/en/print.pdf", + "publisher": "SONY ELECTRONICS INC.", + "accessed": "2025-10-01" + } + ], + "tags": ["full frame", "ilme-fr7", "netflix"] }, { "make": "Sony", @@ -9576,7 +9817,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "make": "Sony", @@ -9620,7 +9861,7 @@ "accessed": "2025-02-22" } ], - "tags": ["super 35"] + "tags": ["super 35", "netflix"] }, { "make": "Sony", @@ -9688,7 +9929,7 @@ "accessed": "2025-02-22" } ], - "tags": ["full frame"] + "tags": ["full frame", "netflix"] }, { "make": "Sony", @@ -9726,7 +9967,7 @@ "accessed": "2025-02-22" } ], - "tags": ["full frame"] + "tags": ["full frame", "netflix"] }, { "make": "Sony", @@ -9789,7 +10030,7 @@ "accessed": "2025-02-22" } ], - "tags": ["full frame"] + "tags": ["full frame", "netflix"] }, { "make": "Sony", @@ -9992,7 +10233,7 @@ "accessed": "2025-02-22" } ], - "tags": ["imax"] + "tags": ["imax", "netflix"] }, { "make": "Sony", @@ -10276,6 +10517,6 @@ "accessed": "2025-02-22" } ], - "tags": ["imax"] + "tags": ["imax", "netflix"] } ] From baf06816342e0225446fcd0425feb0ad4bf2df89 Mon Sep 17 00:00:00 2001 From: Anton Palmqvist <13031779+AntonPalmqvist@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:34:10 -0700 Subject: [PATCH 3/3] - Updated Cameras --- deploy/cameras.json | 4 ++-- deploy/v2/cameras.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/cameras.json b/deploy/cameras.json index 9c184e4..d9a93a6 100644 --- a/deploy/cameras.json +++ b/deploy/cameras.json @@ -2132,7 +2132,7 @@ ] } ], - "category": ["Mobile"], + "category": ["Movie"], "sources": [ "https://www.dji.com/inspire-3/specs", "https://dl.djicdn.com/downloads/inspire_3/20241016UM/DJI_Inspire_3_User_Manual_V3.0_EN_.pdf" @@ -8442,7 +8442,7 @@ "tags": ["super 35", "netflix"] }, { - "name": "Sony FR 7", + "name": "Sony FR7", "sensorSize": [ { "format": "Open Gate", diff --git a/deploy/v2/cameras.json b/deploy/v2/cameras.json index d25db63..c6259bc 100644 --- a/deploy/v2/cameras.json +++ b/deploy/v2/cameras.json @@ -2538,7 +2538,7 @@ ] } ], - "category": ["Mobile"], + "category": ["Movie"], "references": [ { "title": "DJI Inspire 3 - Specs", @@ -9733,7 +9733,7 @@ }, { "make": "Sony", - "model": "FR 7", + "model": "FR7", "sensorSize": [ { "format": "Open Gate",