diff --git a/components/esp32_camera.rst b/components/esp32_camera.rst index 0de4c1ffd..5db3104ff 100644 --- a/components/esp32_camera.rst +++ b/components/esp32_camera.rst @@ -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.