lemariva / micropython-camera-driver

add camera support to MicroPython
https://lemariva.com
Apache License 2.0
462 stars 99 forks source link

Saturation/Brightness/Contrast don't seem to do anything #19

Closed dracode closed 2 years ago

dracode commented 3 years ago

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.

Any ideas?

lemariva commented 2 years ago

I've updated the firmware, could you check that again?

lemariva commented 2 years ago

closing because of no activity