Update esp32_camera.rst with aspect ratios (#3549)

* Update esp32_camera.rst with aspect ratios

* Corrected typo
This commit is contained in:
Andy Barratt 2024-05-18 07:34:32 +01:00 committed by GitHub
parent a3905e0b70
commit a1910a39be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,24 +80,24 @@ Image Settings:
- **resolution** (*Optional*, enum): The resolution the camera will capture images at. Higher - **resolution** (*Optional*, enum): The resolution the camera will capture images at. Higher
resolutions require more memory, if there's not enough memory you will see an error during startup. resolutions require more memory, if there's not enough memory you will see an error during startup.
- ``160x120`` (QQVGA) - ``160x120`` (QQVGA, 4:3)
- ``176x144`` (QCIF) - ``176x144`` (QCIF, 11:9)
- ``240x176`` (HQVGA) - ``240x176`` (HQVGA, 15:11)
- ``320x240`` (QVGA) - ``320x240`` (QVGA, 4:3)
- ``400x296`` (CIF) - ``400x296`` (CIF, 50:37)
- ``640x480`` (VGA, default) - ``640x480`` (VGA, 4:3, default)
- ``800x600`` (SVGA) - ``800x600`` (SVGA, 4:3)
- ``1024x768`` (XGA) - ``1024x768`` (XGA, 4:3)
- ``1280x1024`` (SXGA) - ``1280x1024`` (SXGA, 5:4)
- ``1600x1200`` (UXGA) - ``1600x1200`` (UXGA, 4:3)
- ``1920x1080`` (FHD) - ``1920x1080`` (FHD, 16:9)
- ``720x1280`` (Portrait HD) - ``720x1280`` (Portrait HD, 9:16)
- ``864x1536`` (Portrait 3MP) - ``864x1536`` (Portrait 3MP, 9:16)
- ``2048x1536`` (QXGA) - ``2048x1536`` (QXGA, 4:3)
- ``2560x1440`` (QHD) - ``2560x1440`` (QHD, 16:9)
- ``2560x1600`` (WQXGA) - ``2560x1600`` (WQXGA, 8:5)
- ``1080x1920`` (Portrait FHD) - ``1080x1920`` (Portrait FHD, 9:16)
- ``2560x1920`` (QSXGA) - ``2560x1920`` (QSXGA, 4:3)
- **jpeg_quality** (*Optional*, int): The JPEG quality that the camera should encode images with. - **jpeg_quality** (*Optional*, int): The JPEG quality that the camera should encode images with.