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
1 changed files with 18 additions and 18 deletions

View File

@ -80,24 +80,24 @@ Image Settings:
- **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.
- ``160x120`` (QQVGA)
- ``176x144`` (QCIF)
- ``240x176`` (HQVGA)
- ``320x240`` (QVGA)
- ``400x296`` (CIF)
- ``640x480`` (VGA, default)
- ``800x600`` (SVGA)
- ``1024x768`` (XGA)
- ``1280x1024`` (SXGA)
- ``1600x1200`` (UXGA)
- ``1920x1080`` (FHD)
- ``720x1280`` (Portrait HD)
- ``864x1536`` (Portrait 3MP)
- ``2048x1536`` (QXGA)
- ``2560x1440`` (QHD)
- ``2560x1600`` (WQXGA)
- ``1080x1920`` (Portrait FHD)
- ``2560x1920`` (QSXGA)
- ``160x120`` (QQVGA, 4:3)
- ``176x144`` (QCIF, 11:9)
- ``240x176`` (HQVGA, 15:11)
- ``320x240`` (QVGA, 4:3)
- ``400x296`` (CIF, 50:37)
- ``640x480`` (VGA, 4:3, default)
- ``800x600`` (SVGA, 4:3)
- ``1024x768`` (XGA, 4:3)
- ``1280x1024`` (SXGA, 5:4)
- ``1600x1200`` (UXGA, 4:3)
- ``1920x1080`` (FHD, 16:9)
- ``720x1280`` (Portrait HD, 9:16)
- ``864x1536`` (Portrait 3MP, 9:16)
- ``2048x1536`` (QXGA, 4:3)
- ``2560x1440`` (QHD, 16:9)
- ``2560x1600`` (WQXGA, 8:5)
- ``1080x1920`` (Portrait FHD, 9:16)
- ``2560x1920`` (QSXGA, 4:3)
- **jpeg_quality** (*Optional*, int): The JPEG quality that the camera should encode images with.