esp-who
esp-who copied to clipboard
IDF 5.0 support. (AIV-574)
Hey there,
will ESP-WHO be supported on idf 5.0 as i am planning to migrate to version 5.0 can some one shed some light on this.
please check branch idfv5.0
is ESP-WHO be supported on idf 5.0??
is ESP-WHO be supported on idf 5.0??
Please check https://github.com/espressif/esp-who/tree/idfv5.0
I'm using idf 5.1 and it is not working.
After switch to the mentioned branch and trying to build the motion_detection/web
example I get the error:
ERROR: Because project depends on both idf (4.4.*) and idf (>=5.0), version
solving failed.
I forgot to git submodule update --recursive --init
after switching branch.
It now compiles, flashes and runs.
@Auroragan recently espressif released opencv as an component for esp32... what will be the outcome for esp-who. seeing that esp-who s not been updated properly nor the esp-dl is available as an component.
espressif released opencv as an component for esp32
@v-3n0m Hi, I don't quite understand this sentence, could you help explain or show the link?
It might be worth mentioning that the ESP-WHO has more than one branch for different IDF versions in the documentation. It took me a while to realize this was the case.
If you are using ESP-IDF release/v5.0 branch, please switch the ESP-WHO branch to the idfv5.0. And remember to pull and update the submodules of ESP-WHO.
Currently, the master branch already supports IDF v5.0 by default.