|
1 | 1 | [ |
| 2 | + { |
| 3 | + "name": "Analog 16 mm", |
| 4 | + "sensorSize": [ |
| 5 | + { |
| 6 | + "format": "Open Gate", |
| 7 | + "size": [10.26, 7.49] |
| 8 | + } |
| 9 | + ], |
| 10 | + "category": ["Movie"], |
| 11 | + "description": "", |
| 12 | + "sources": ["https://en.wikipedia.org/wiki/16_mm_film#Standard_16_mm"], |
| 13 | + "tags": ["film"] |
| 14 | + }, |
| 15 | + { |
| 16 | + "name": "Analog 35 mm", |
| 17 | + "sensorSize": [ |
| 18 | + { |
| 19 | + "format": "Open Gate", |
| 20 | + "size": [22, 16] |
| 21 | + } |
| 22 | + ], |
| 23 | + "category": ["Movie"], |
| 24 | + "description": "", |
| 25 | + "sources": ["https://en.wikipedia.org/wiki/35_mm_movie_film"], |
| 26 | + "tags": ["film"] |
| 27 | + }, |
| 28 | + { |
| 29 | + "name": "Analog 65 mm", |
| 30 | + "sensorSize": [ |
| 31 | + { |
| 32 | + "format": "Open Gate", |
| 33 | + "size": [52.48, 23.01] |
| 34 | + } |
| 35 | + ], |
| 36 | + "category": ["Movie"], |
| 37 | + "description": "", |
| 38 | + "sources": [ |
| 39 | + "https://en.wikipedia.org/wiki/70_mm_film#Technical_specifications" |
| 40 | + ], |
| 41 | + "tags": ["film"] |
| 42 | + }, |
| 43 | + { |
| 44 | + "name": "Analog IMAX 70 mm", |
| 45 | + "sensorSize": [ |
| 46 | + { |
| 47 | + "format": "Open Gate", |
| 48 | + "size": [70.41, 52.63] |
| 49 | + } |
| 50 | + ], |
| 51 | + "category": ["Movie"], |
| 52 | + "description": "", |
| 53 | + "sources": ["https://en.wikipedia.org/wiki/70_mm_film#IMAX_.2815.2F70.29"], |
| 54 | + "tags": ["film"] |
| 55 | + }, |
| 56 | + { |
| 57 | + "name": "Analog Super 8 mm", |
| 58 | + "sensorSize": [ |
| 59 | + { |
| 60 | + "format": "Open Gate", |
| 61 | + "size": [5.79, 4.01] |
| 62 | + } |
| 63 | + ], |
| 64 | + "category": ["Movie"], |
| 65 | + "description": "", |
| 66 | + "sources": ["https://en.wikipedia.org/wiki/Super_8_film"], |
| 67 | + "tags": ["film"] |
| 68 | + }, |
| 69 | + { |
| 70 | + "name": "Analog Super 16 mm", |
| 71 | + "sensorSize": [ |
| 72 | + { |
| 73 | + "format": "Open Gate", |
| 74 | + "size": [12.52, 7.41] |
| 75 | + } |
| 76 | + ], |
| 77 | + "category": ["Movie"], |
| 78 | + "description": "", |
| 79 | + "sources": ["https://en.wikipedia.org/wiki/16_mm_film#Super_16_mm"], |
| 80 | + "tags": ["film"] |
| 81 | + }, |
| 82 | + { |
| 83 | + "name": "Analog Super 35 mm 3-perf", |
| 84 | + "sensorSize": [ |
| 85 | + { |
| 86 | + "format": "Open Gate", |
| 87 | + "size": [24.89, 13.86] |
| 88 | + } |
| 89 | + ], |
| 90 | + "category": ["Movie"], |
| 91 | + "description": "", |
| 92 | + "sources": [ |
| 93 | + "https://en.wikipedia.org/wiki/Super_35", |
| 94 | + "https://en.wikipedia.org/wiki/Image_sensor_format" |
| 95 | + ], |
| 96 | + "tags": ["film"] |
| 97 | + }, |
| 98 | + { |
| 99 | + "name": "Analog Super 35 mm 4-perf", |
| 100 | + "sensorSize": [ |
| 101 | + { |
| 102 | + "format": "Open Gate", |
| 103 | + "size": [24.89, 18.66] |
| 104 | + } |
| 105 | + ], |
| 106 | + "category": ["Movie"], |
| 107 | + "description": "", |
| 108 | + "sources": ["https://en.wikipedia.org/wiki/Super_35"], |
| 109 | + "tags": ["film"] |
| 110 | + }, |
| 111 | + { |
| 112 | + "name": "APS-C", |
| 113 | + "sensorSize": [ |
| 114 | + { |
| 115 | + "format": "Open Gate", |
| 116 | + "size": [23.5, 15.6] |
| 117 | + } |
| 118 | + ], |
| 119 | + "category": ["Still"], |
| 120 | + "sources": [ |
| 121 | + "https://en.wikipedia.org/w/index.php?title=APS-C&oldid=1312922548" |
| 122 | + ], |
| 123 | + "tags": [""] |
| 124 | + }, |
| 125 | + { |
| 126 | + "name": "APS-C (Canon)", |
| 127 | + "sensorSize": [ |
| 128 | + { |
| 129 | + "format": "Open Gate", |
| 130 | + "size": [22.3, 14.9] |
| 131 | + } |
| 132 | + ], |
| 133 | + "category": ["Still"], |
| 134 | + "sources": [ |
| 135 | + "https://en.wikipedia.org/w/index.php?title=APS-C&oldid=1312922548" |
| 136 | + ], |
| 137 | + "tags": [""] |
| 138 | + }, |
2 | 139 | { |
3 | 140 | "name": "Arri Alexa 35", |
4 | 141 | "sensorSize": [ |
|
1563 | 1700 | ], |
1564 | 1701 | "tags": ["super 35"] |
1565 | 1702 | }, |
| 1703 | + { |
| 1704 | + "name": "Four Thirds", |
| 1705 | + "sensorSize": [ |
| 1706 | + { |
| 1707 | + "format": "Open Gate", |
| 1708 | + "size": [17.3, 13] |
| 1709 | + } |
| 1710 | + ], |
| 1711 | + "category": ["Still"], |
| 1712 | + "description": "The Micro Four Thirds system uses the same sensor, but removes the mirror box from the camera design.", |
| 1713 | + "sources": [ |
| 1714 | + "https://en.wikipedia.org/w/index.php?title=Four_Thirds_system&oldid=1305837716", |
| 1715 | + "https://en.wikipedia.org/w/index.php?title=Micro_Four_Thirds_system&oldid=1301996798" |
| 1716 | + ], |
| 1717 | + "tags": ["mft", "micro four thirds"] |
| 1718 | + }, |
1566 | 1719 | { |
1567 | 1720 | "name": "Fujifilm GFX100", |
1568 | 1721 | "sensorSize": [ |
|
1759 | 1912 | ], |
1760 | 1913 | "tags": ["aps-c"] |
1761 | 1914 | }, |
| 1915 | + { |
| 1916 | + "name": "Full Frame 35 mm", |
| 1917 | + "sensorSize": [ |
| 1918 | + { |
| 1919 | + "format": "Open Gate", |
| 1920 | + "size": [36, 24] |
| 1921 | + } |
| 1922 | + ], |
| 1923 | + "category": ["Still"], |
| 1924 | + "sources": [ |
| 1925 | + "https://en.wikipedia.org/w/index.php?title=Full-frame_DSLR&oldid=1289100593" |
| 1926 | + ], |
| 1927 | + "tags": ["dslr"] |
| 1928 | + }, |
1762 | 1929 | { |
1763 | 1930 | "name": "GoPro Hero12 Black", |
1764 | 1931 | "sensorSize": [ |
|
1840 | 2007 | ], |
1841 | 2008 | "tags": ["medium format"] |
1842 | 2009 | }, |
1843 | | - { |
1844 | | - "name": "IMAX 70 mm", |
1845 | | - "sensorSize": [ |
1846 | | - { |
1847 | | - "format": "Open Gate", |
1848 | | - "size": [70.41, 52.63] |
1849 | | - } |
1850 | | - ], |
1851 | | - "category": ["Movie"], |
1852 | | - "description": "", |
1853 | | - "sources": ["https://en.wikipedia.org/wiki/70_mm_film#IMAX_.2815.2F70.29"], |
1854 | | - "tags": ["film"] |
1855 | | - }, |
1856 | 2010 | { |
1857 | 2011 | "name": "Iphone 13 Pro", |
1858 | 2012 | "sensorSize": [ |
|
2088 | 2242 | ], |
2089 | 2243 | "tags": ["phone"] |
2090 | 2244 | }, |
| 2245 | + { |
| 2246 | + "name": "Iphone 17 Pro", |
| 2247 | + "sensorSize": [ |
| 2248 | + { |
| 2249 | + "format": "24 mm Main", |
| 2250 | + "size": [9.8, 7.3], |
| 2251 | + "resolution": [ |
| 2252 | + { "format": "4K", "size": [3840, 2160] }, |
| 2253 | + { "format": "1080p", "size": [1920, 1080] }, |
| 2254 | + { "format": "720p", "size": [1280, 720] } |
| 2255 | + ] |
| 2256 | + }, |
| 2257 | + { |
| 2258 | + "format": "13 mm Ultra Wide", |
| 2259 | + "size": [5.6, 4.2], |
| 2260 | + "resolution": [ |
| 2261 | + { "format": "4K", "size": [3840, 2160] }, |
| 2262 | + { "format": "1080p", "size": [1920, 1080] }, |
| 2263 | + { "format": "720p", "size": [1280, 720] } |
| 2264 | + ] |
| 2265 | + }, |
| 2266 | + { |
| 2267 | + "format": "100 mm Telephoto", |
| 2268 | + "size": [5.6, 4.2], |
| 2269 | + "resolution": [ |
| 2270 | + { "format": "4K", "size": [3840, 2160] }, |
| 2271 | + { "format": "1080p", "size": [1920, 1080] }, |
| 2272 | + { "format": "720p", "size": [1280, 720] } |
| 2273 | + ] |
| 2274 | + } |
| 2275 | + ], |
| 2276 | + "category": ["Mobile"], |
| 2277 | + "description": "Apple uses Sony sensors for their Iphones.", |
| 2278 | + "sources": [ |
| 2279 | + "https://en.wikipedia.org/w/index.php?title=IPhone_17_Pro&oldid=1313511607", |
| 2280 | + "https://www.dpreview.com/news/2604105544/apple-iphone-17-pro-announcement", |
| 2281 | + "https://www.dpreview.com/news/3849832154/apple-s-tim-cook-confirms-it-s-been-using-sony-sensors-in-its-iphones-for-over-a-decade" |
| 2282 | + ], |
| 2283 | + "tags": ["phone"] |
| 2284 | + }, |
| 2285 | + { |
| 2286 | + "name": "Iphone 17 Pro Max", |
| 2287 | + "sensorSize": [ |
| 2288 | + { |
| 2289 | + "format": "24 mm Main", |
| 2290 | + "size": [9.8, 7.3], |
| 2291 | + "resolution": [ |
| 2292 | + { "format": "4K", "size": [3840, 2160] }, |
| 2293 | + { "format": "1080p", "size": [1920, 1080] }, |
| 2294 | + { "format": "720p", "size": [1280, 720] } |
| 2295 | + ] |
| 2296 | + }, |
| 2297 | + { |
| 2298 | + "format": "13 mm Ultra Wide", |
| 2299 | + "size": [5.6, 4.2], |
| 2300 | + "resolution": [ |
| 2301 | + { "format": "4K", "size": [3840, 2160] }, |
| 2302 | + { "format": "1080p", "size": [1920, 1080] }, |
| 2303 | + { "format": "720p", "size": [1280, 720] } |
| 2304 | + ] |
| 2305 | + }, |
| 2306 | + { |
| 2307 | + "format": "100 mm Telephoto", |
| 2308 | + "size": [5.6, 4.2], |
| 2309 | + "resolution": [ |
| 2310 | + { "format": "4K", "size": [3840, 2160] }, |
| 2311 | + { "format": "1080p", "size": [1920, 1080] }, |
| 2312 | + { "format": "720p", "size": [1280, 720] } |
| 2313 | + ] |
| 2314 | + } |
| 2315 | + ], |
| 2316 | + "category": ["Mobile"], |
| 2317 | + "description": "Apple uses Sony sensors for their Iphones.", |
| 2318 | + "sources": [ |
| 2319 | + "https://en.wikipedia.org/w/index.php?title=IPhone_17_Pro&oldid=1313511607", |
| 2320 | + "https://www.dpreview.com/news/2604105544/apple-iphone-17-pro-announcement", |
| 2321 | + "https://www.dpreview.com/news/3849832154/apple-s-tim-cook-confirms-it-s-been-using-sony-sensors-in-its-iphones-for-over-a-decade" |
| 2322 | + ], |
| 2323 | + "tags": ["phone"] |
| 2324 | + }, |
2091 | 2325 | { |
2092 | 2326 | "name": "Leica S3", |
2093 | 2327 | "sensorSize": [ |
|
8354 | 8588 | "https://en.wikipedia.org/wiki/CineAlta" |
8355 | 8589 | ], |
8356 | 8590 | "tags": ["imax"] |
8357 | | - }, |
8358 | | - { |
8359 | | - "name": "Standard 16 mm", |
8360 | | - "sensorSize": [ |
8361 | | - { |
8362 | | - "format": "Open Gate", |
8363 | | - "size": [10.26, 7.49] |
8364 | | - } |
8365 | | - ], |
8366 | | - "category": ["Movie"], |
8367 | | - "description": "", |
8368 | | - "sources": ["https://en.wikipedia.org/wiki/16_mm_film#Standard_16_mm"], |
8369 | | - "tags": ["film"] |
8370 | | - }, |
8371 | | - { |
8372 | | - "name": "Standard 35 mm", |
8373 | | - "sensorSize": [ |
8374 | | - { |
8375 | | - "format": "Open Gate", |
8376 | | - "size": [22, 16] |
8377 | | - } |
8378 | | - ], |
8379 | | - "category": ["Movie"], |
8380 | | - "description": "", |
8381 | | - "sources": ["https://en.wikipedia.org/wiki/35_mm_movie_film"], |
8382 | | - "tags": ["film"] |
8383 | | - }, |
8384 | | - { |
8385 | | - "name": "Standard 65 mm", |
8386 | | - "sensorSize": [ |
8387 | | - { |
8388 | | - "format": "Open Gate", |
8389 | | - "size": [52.48, 23.01] |
8390 | | - } |
8391 | | - ], |
8392 | | - "category": ["Movie"], |
8393 | | - "description": "", |
8394 | | - "sources": [ |
8395 | | - "https://en.wikipedia.org/wiki/70_mm_film#Technical_specifications" |
8396 | | - ], |
8397 | | - "tags": ["film"] |
8398 | | - }, |
8399 | | - { |
8400 | | - "name": "Super 8 mm", |
8401 | | - "sensorSize": [ |
8402 | | - { |
8403 | | - "format": "Open Gate", |
8404 | | - "size": [5.79, 4.01] |
8405 | | - } |
8406 | | - ], |
8407 | | - "category": ["Movie"], |
8408 | | - "description": "", |
8409 | | - "sources": ["https://en.wikipedia.org/wiki/Super_8_film"], |
8410 | | - "tags": ["film"] |
8411 | | - }, |
8412 | | - { |
8413 | | - "name": "Super 16 mm", |
8414 | | - "sensorSize": [ |
8415 | | - { |
8416 | | - "format": "Open Gate", |
8417 | | - "size": [12.52, 7.41] |
8418 | | - } |
8419 | | - ], |
8420 | | - "category": ["Movie"], |
8421 | | - "description": "", |
8422 | | - "sources": ["https://en.wikipedia.org/wiki/16_mm_film#Super_16_mm"], |
8423 | | - "tags": ["film"] |
8424 | | - }, |
8425 | | - { |
8426 | | - "name": "Super 35 mm 3-perf", |
8427 | | - "sensorSize": [ |
8428 | | - { |
8429 | | - "format": "Open Gate", |
8430 | | - "size": [24.89, 13.86] |
8431 | | - } |
8432 | | - ], |
8433 | | - "category": ["Movie"], |
8434 | | - "description": "", |
8435 | | - "sources": [ |
8436 | | - "https://en.wikipedia.org/wiki/Super_35", |
8437 | | - "https://en.wikipedia.org/wiki/Image_sensor_format" |
8438 | | - ], |
8439 | | - "tags": ["film"] |
8440 | | - }, |
8441 | | - { |
8442 | | - "name": "Super 35 mm 4-perf", |
8443 | | - "sensorSize": [ |
8444 | | - { |
8445 | | - "format": "Open Gate", |
8446 | | - "size": [24.89, 18.66] |
8447 | | - } |
8448 | | - ], |
8449 | | - "category": ["Movie"], |
8450 | | - "description": "", |
8451 | | - "sources": ["https://en.wikipedia.org/wiki/Super_35"], |
8452 | | - "tags": ["film"] |
8453 | 8591 | } |
8454 | 8592 | ] |
0 commit comments