esp-who | Face detection and recognition framework | Computer Vision library
kandi X-RAY | esp-who Summary
kandi X-RAY | esp-who Summary
ESP-WHO supports development of face detection and recognition applications based around Espressif Systems' ESP32 chip in the most convenient way. With ESP-WHO, you can easily build up face detection- and recognition-featured applications, for instance:.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of esp-who
esp-who Key Features
esp-who Examples and Code Snippets
Community Discussions
Trending Discussions on esp-who
QUESTION
Im trying to run an example project from esp who, it is under single chip examples, cloned from https://github.com/espressif/esp-who.
Its recognition example. Im including a esp_http_client.h but it cant find it.
There is a CMkakeLists.txt and Makefile. My first question is, do I have to edit the one of those files to include the header, or I have to add the directory path in the gcc. If so how do I do that.
Thanks a lot.
...ANSWER
Answered 2020-Sep-22 at 08:14You need to specify non-default components as a requirement, in your case esp_http_client
. Default components are added by IDF automatically, a list can be found here: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/build-system.html?highlight=default%20component#common-component-requirements
If you can, please use cmake. An explanation how to add a component can be found here: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/build-system.html?highlight=default%20component#component-requirements.
Another easy way would be to look at the esp_http_client example. I uses a "common" component for all idf examples which might be enough for starting: https://github.com/espressif/esp-idf/tree/master/examples/protocols/esp_http_client.
Cheers.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install esp-who
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page