Skip to content

Memento camera init fails on latest builds #11031

@FoamyGuy

Description

@FoamyGuy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    espressifapplies to multiple Espressif chipsregressionThings that used to work but don't any longer

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions