|
esp32cam
OV2640 camera on ESP32-CAM
|
Camera runtime settings. More...
#include <config.hpp>
Public Attributes | |
| Resolution | resolution |
| Picture resolution. | |
| int8_t | brightness |
| Image brightness, between -2 and +2. | |
| int8_t | contrast |
| Image contrast, between -2 and +2. | |
| int8_t | saturation |
| Image saturation, between -2 and +2. | |
| int8_t | gain |
| Gain control, with or without Automatic Gain Control (AGC). | |
| LightMode | lightMode |
| Image light mode. | |
| SpecialEffect | specialEffect |
| Image special effect. | |
| bool | hmirror = false |
| Horizontal flip. | |
| bool | vflip = false |
| Vertical flip. | |
| bool | rawGma = false |
| Raw gamma mode. | |
| bool | lensCorrection = false |
| Lens correction mode. | |
Camera runtime settings.
| int8_t esp32cam::Settings::brightness |
Image brightness, between -2 and +2.
| int8_t esp32cam::Settings::contrast |
Image contrast, between -2 and +2.
| int8_t esp32cam::Settings::gain |
Gain control, with or without Automatic Gain Control (AGC).
| bool esp32cam::Settings::hmirror = false |
Horizontal flip.
| bool esp32cam::Settings::lensCorrection = false |
Lens correction mode.
| LightMode esp32cam::Settings::lightMode |
Image light mode.
| bool esp32cam::Settings::rawGma = false |
Raw gamma mode.
| Resolution esp32cam::Settings::resolution |
Picture resolution.
| int8_t esp32cam::Settings::saturation |
Image saturation, between -2 and +2.
| SpecialEffect esp32cam::Settings::specialEffect |
Image special effect.
| bool esp32cam::Settings::vflip = false |
Vertical flip.