From e3a6a9a0f135ebcbe63dc06d9b8bf5c98f43391d Mon Sep 17 00:00:00 2001 From: Giorgos Logiotatidis Date: Sat, 31 Aug 2019 20:49:13 +0300 Subject: [PATCH] Update esp32_camera.rst jpeg quality (#332) --- components/esp32_camera.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32_camera.rst b/components/esp32_camera.rst index 1b37bdabd..034a9f474 100644 --- a/components/esp32_camera.rst +++ b/components/esp32_camera.rst @@ -79,7 +79,7 @@ Frame Settings: - ``1600x1200`` (UXGA) - **jpeg_quality** (*Optional*, int): The JPEG quality that the camera should encode images with. - From 10 to 63. Defaults to ``10``. + From 10 (best) to 63 (worst). Defaults to ``10``. - **contrast** (*Optional*, int): The contrast to apply to the picture, from -2 to 2. Defaults to ``0``. - **brightness** (*Optional*, int): The brightness to apply to the picture, from -2 to 2. Defaults to ``0``.