Simone Salerno
Simone Salerno
I get the following errors when trying to install ``` (venv) simone ~/PycharmProjects/project $ pip install Cython Collecting Cython Downloading Cython-0.29.21-cp37-cp37m-macosx_10_9_x86_64.whl (1.9 MB) |████████████████████████████████| 1.9 MB 1.3 MB/s Installing collected...
To accomodate Wifi repeaters, allow the user to specify a custom function to identify an AP, for example joining SSID + MAC address. Take a look at ```cpp esp_wifi_set_promiscuous(true); esp_wifi_set_promiscuous_rx_cb(&wifi_sniffer_packet_handler);...
Is there any way I can allow a user to login so he gets a notification when someone replies?
I see you use my code for motion detection. I point you I rewrote it to be much faster, if you're interested. [Blog post](https://eloquentarduino.github.io/2020/05/easier-faster-pure-video-esp32-cam-motion-detection/) [Example code](https://github.com/eloquentarduino/EloquentVision/blob/master/examples/FasterMotionDetection/FasterMotionDetection.ino)
Can you please update the library to the latest version?
I created an Arduino project using the face_recognition example code. I'm able to perform enrollment and recognition, but when I restart the board it forgets all the enrolled faces. I...