Update esp32_camera.rst jpeg quality (#332)

This commit is contained in:
Giorgos Logiotatidis 2019-08-31 20:49:13 +03:00 committed by Otto Winter
parent 2018483d17
commit e3a6a9a0f1

View File

@ -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``.