You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OV5640 in a PiCowbell breakout mounted to a PiCowbell doubler all being run by a RP2350 Pico 2W. Running CircuitPython 9.2.1. When I try the following:
Traceback (most recent call last):
File "code.py", line 585, in <module>
File "asyncio/core.py", line 317, in run
File "asyncio/core.py", line 276, in run_until_complete
File "asyncio/core.py", line 261, in run_until_complete
File "code.py", line 527, in main
File "adafruit_ov5640/__init__.py", line 1463, in saturation
AttributeError: 'OV5640' object has no attribute '_saturation'
If I first set the saturation before reading it back, I do not get an error...
OV5640 in a PiCowbell breakout mounted to a PiCowbell doubler all being run by a RP2350 Pico 2W. Running CircuitPython 9.2.1. When I try the following:
...I get the following error...
If I first set the saturation before reading it back, I do not get an error...
The text was updated successfully, but these errors were encountered: