Skip to content

camera build issue ERROR: Because project depends on espressif/camera (*) which doesn't (AEGHB-921) #449

@aiotfactory

Description

@aiotfactory

I just copied esp-iot-solution/examples/camera/basic to a new folder,
and run idf.py set-target esp32s3, it get following error:

CMake Error at /opt/esp/esp-idf/tools/cmake/build.cmake:552 (message):
ERROR: The "override_path" field in the manifest file
"/opt/esp/common_components/camera/idf_component.yml" does not point to a
directory. You can safely remove this field from the manifest if this
project is an example copied from a component repository. The dependency

If I removed "override_path", and like below:
dependencies:
idf: ">=4.4.1"
camera:
version: "*"
esp32-camera:
version: ">=2.0.3"

run idf.py set-target esp32s3, it get following error:

..HINT: Please check manifest file of the following component(s): main
CMake Error at /opt/esp/esp-idf/tools/cmake/build.cmake:552 (message):
WARNING: Component "espressif/camera" not found

ERROR: Because project depends on espressif/camera (*) which doesn't match
any versions, version solving failed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions