From 0358fd231e0c34c6367f64392afddb1732bb1f44 Mon Sep 17 00:00:00 2001 From: Anton Palmqvist Date: Mon, 16 Oct 2023 19:19:50 -0700 Subject: [PATCH] - Updated Cameras - Updated Lightsources - Updated Materials --- deploy/cameras.json | 70 ++++++++++++++++++++++++++++++++++++---- deploy/lightsources.json | 14 ++++++++ deploy/materials.json | 2 +- 3 files changed, 79 insertions(+), 7 deletions(-) diff --git a/deploy/cameras.json b/deploy/cameras.json index 3d9c76c..96ffa52 100644 --- a/deploy/cameras.json +++ b/deploy/cameras.json @@ -677,6 +677,21 @@ ], "tags": ["medium format"] }, + { + "name": "Fujifilm X-H2", + "sensorSize": [ + { + "format": "Open Gate", + "size": [23.5, 15.6] + } + ], + "category": ["Still"], + "description": "", + "sources": [ + "https://fujifilm-x.com/global/products/cameras/x-h2/specifications/" + ], + "tags": ["aps-c"] + }, { "name": "Fujifilm X-T3", "sensorSize": [ @@ -689,23 +704,22 @@ "description": "", "sources": [ "https://fujifilm-x.com/global/products/cameras/x-t3/specifications/", - "https://en.wikipedia.org/wiki/Fujifilm_X-T3", - "https://www.digicamdb.com/specs/fujifilm_x-t3/" + "https://en.wikipedia.org/wiki/Fujifilm_X-T3" ], "tags": ["aps-c"] }, { - "name": "GoPro HERO Series", + "name": "GoPro Hero12 Black", "sensorSize": [ { "format": "Open Gate", - "size": [6.17, 4.55] + "size": [6.3, 5.5] } ], "category": ["Mobile"], "description": "", "sources": [ - "https://en.wikipedia.org/wiki/Image_sensor_format", + "https://www.dpreview.com/reviews/gopro-hero12-black-review-this-tiny-action-provides-a-plethora-of-creative-features", "https://en.wikipedia.org/wiki/GoPro" ], "tags": [""] @@ -769,7 +783,6 @@ "description": "Apple uses Sony sensors for their Iphones.", "sources": [ "https://www.dpreview.com/articles/6110937480", - "https://www.apple.com/iphone-14-pro/specs/", "https://twitter.com/tim_cook/status/1602516736145858561" ], "tags": ["phone"] @@ -3094,6 +3107,51 @@ ], "tags": ["full frame", "a9", "ilce-9"] }, + { + "name": "Sony BURANO", + "sensorSize": [ + { + "format": "Open Gate", + "size": [35.9, 24] + }, + { + "format": "FF 8.6K 16:9", + "size": [35.9, 20.2] + }, + { + "format": "FF 8.6K 17:9", + "size": [35.9, 18.9] + }, + { + "format": "FFc 6K 16:9", + "size": [33.6, 18.9] + }, + { + "format": "FFc 6K 17:9", + "size": [33.6, 17.7] + }, + { + "format": "S35 5.8K 16:9", + "size": [24.0, 13.5] + }, + { + "format": "S35 5.8K 17:9", + "size": [24.0, 12.6] + }, + { + "format": "S35c 4K 17:9", + "size": [17.0, 9.0] + } + ], + "category": ["Movie"], + "description": "", + "sources": [ + "https://pro.sony/ue_US/products/digital-cinema-cameras/burano", + "https://en.wikipedia.org/wiki/List_of_Sony_E-mount_cameras", + "https://en.wikipedia.org/wiki/CineAlta" + ], + "tags": ["super 35"] + }, { "name": "Sony F5", "sensorSize": [ diff --git a/deploy/lightsources.json b/deploy/lightsources.json index 91fe083..b05bcbf 100644 --- a/deploy/lightsources.json +++ b/deploy/lightsources.json @@ -1,4 +1,18 @@ [ + { + "name": "Arri SkyPanel X", + "color": [1.0, 0.859, 0.778], + "temperature": 5600, + "temperatureRange": [1500, 20000], + "intensity": 51809, + "unit": ["lm"], + "type": ["surface"], + "category": ["Artificial"], + "description": "", + "sources": [ + "https://www.arri.com/en/lighting/led/skypanel/x-series/tech-data" + ] + }, { "name": "Candle Flame", "color": [1.0, 0.22, 0.0], diff --git a/deploy/materials.json b/deploy/materials.json index 3a7fcd2..e6372f1 100644 --- a/deploy/materials.json +++ b/deploy/materials.json @@ -1175,7 +1175,7 @@ "https://en.wikipedia.org/wiki/Properties_of_water#Density_of_water_and_ice", "https://en.wikipedia.org/wiki/Color_of_water", "https://www.acoustic-supplies.com/absorption-coefficient-chart/", - "https://www.cdc.gov/niosh/docs/80-116/pdfs/80-116.pdf?id=10.26616/NIOSHPUB80116", + "https://www.cdc.gov/niosh/docs/80-116/", "https://www.engineeringtoolbox.com/water-dynamic-kinematic-viscosity-d_596.html", "https://en.wikipedia.org/wiki/List_of_viscosities", "https://nextlimitsupport.atlassian.net/wiki/spaces/rf2016docs/pages/5497120/Hybrido+Viscosity+Table"