lemariva / micropython-camera-driver

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

Better way of locating the esp32-camera dependency in the cmake build script #101

Open kdschlosser opened 1 week ago

kdschlosser commented 1 week ago

The way it is done now it makes no assumptions as to the location of the component. It queries the IDF build system as to its location. This allows for adding the include paths to this project.