Using the firmware you provide here (thanks!) and your uPyCam project completely unmodified, except for config.py:
app_config = {
'camera': 'ESP32-CAM', # camera -> 'ESP32-CAM' or 'M5CAMERA'
'led': 4, # led -> 4: ESP32-CAM or 14: M5CAMERA
}
and of course my wifi parameters.
When I change the saturation, brightness, or contrast, nothing seems to change in the retrieved image. Most notably is saturation, which according to the README should result in grayscale when set to -2: i continue to get full color.
All other options work as expected.
Using the firmware you provide here (thanks!) and your uPyCam project completely unmodified, except for config.py:
and of course my wifi parameters.
When I change the saturation, brightness, or contrast, nothing seems to change in the retrieved image. Most notably is saturation, which according to the README should result in grayscale when set to -2: i continue to get full color. All other options work as expected.
Any ideas?