Using the basic_camera example code under 10.3.0-alpha.2 raises this exception:
code.py output:
Found AW9523
Initializing camera
Found camera OV5640 (240 x 176) at I2C address 3c
Traceback (most recent call last):
File "code.py", line 276, in <module>
File "/lib/adafruit_pycamera/__init__.py", line 1110, in __init__
File "/lib/adafruit_pycamera/__init__.py", line 391, in init_camera
ValueError: No I2C device at address: 0x3c
Under 10.2.1 it runs successfully and the camera seems to work as expected with brief test.
I narrowed it further to the IDF 6 update from 10922. The build before that is S3 the camera inits successfully. The build from 10922 merge and after result in error above.
Using the basic_camera example code under
10.3.0-alpha.2raises this exception:Under
10.2.1it runs successfully and the camera seems to work as expected with brief test.I narrowed it further to the IDF 6 update from 10922. The build before that is S3 the camera inits successfully. The build from 10922 merge and after result in error above.