diff --git a/data/markdown/sony/zve1.md b/data/markdown/sony/zve1.md new file mode 100644 index 0000000..2de6be8 --- /dev/null +++ b/data/markdown/sony/zve1.md @@ -0,0 +1,7 @@ +# Sony - ZV-E1 + +## Resolution Dimensions + +| Name | Resolution | Sensor mm | Sensor inches | +|------|--------------|-------------------------------|--------------------------------| +| All | 4240 x 2832 | 35.6 x 23.8 (42.823 diagonal) | 1.402 x 0.937 (1.686 diagonal) | diff --git a/data/sensors.csv b/data/sensors.csv index 2942fa8..dfac1b4 100644 --- a/data/sensors.csv +++ b/data/sensors.csv @@ -665,6 +665,7 @@ Sony,a99,All,,,,35.8,20.1,41.057,1.41,0.793,1.618, Sony,a77,All,,,,23.5,13.2,26.953,0.925,0.52,1.061, Sony,a6500,All,,,,23.5,15.6,28.207,0.925,0.614,1.11, Sony,A7 IV,All,,7008,4672,35.6,23.8,42.823,35.6,23.8,42.823, +Sony,ZV-E1,All,,4240,2832,35.6,23.8,42.823,1.402,0.937,1.686, DJI,Osmo Pro and Raw,All,,,,17.3,9.7,19.834,0.681,0.381,0.78, DJI,Osmo+,All,,,,6.17,3.47,7.079,0.243,0.136,0.278, DJI,Osmo,All,,,,6.17,3.47,7.079,0.243,0.136,0.278, diff --git a/data/sensors.json b/data/sensors.json index 4305f05..8c99de3 100644 --- a/data/sensors.json +++ b/data/sensors.json @@ -12007,6 +12007,28 @@ } } } + }, + "ZV-E1": { + "info": {}, + "sensor dimensions": { + "All": { + "focal length": "", + "resolution": { + "width": 4240, + "height": 2832 + }, + "mm": { + "width": 35.6, + "height": 23.8, + "diagonal": 42.823 + }, + "inches": { + "width": 1.402, + "height": 0.937, + "diagonal": 1.686 + } + } + } } }, "DJI": { @@ -13171,4 +13193,4 @@ } } } -} \ No newline at end of file +} diff --git a/data/sensors.yaml b/data/sensors.yaml index 0ea42a3..7002eda 100644 --- a/data/sensors.yaml +++ b/data/sensors.yaml @@ -9068,6 +9068,22 @@ Sony: width: 35.6 height: 23.8 diagonal: 42.823 + ZV-E1: + info: {} + sensor dimensions: + All: + focal length: '' + resolution: + width: 4240 + height: 2832 + mm: + width: 35.6 + height: 23.8 + diagonal: 42.823 + inches: + width: 1.402 + height: 0.937 + diagonal: 1.686 DJI: Osmo Pro and Raw: info: {} diff --git a/docs/list.md b/docs/list.md index ebb8914..76ff400 100644 --- a/docs/list.md +++ b/docs/list.md @@ -146,6 +146,7 @@ - [a77](/sony/a77.md) - [a6500](/sony/a6500.md) - [A7 IV](/sony/a7iv.md) + - [ZV-E1](/sony/zve1.md) - [DJI](/ ':disabled') - [Osmo Pro and Raw](/dji/osmoproandraw.md)