Search found 17 matches
- Wed Nov 20, 2019 12:52 pm
- Forum: ESP-WHO
- Topic: recognition_solution on ESP32-Cam
- Replies: 1
- Views: 12246
Re: recognition_solution on ESP32-Cam
As I know esp32-cam doesn't have a microphone so that you need to change some logic of the default example. And make sure there is enough memory space (whether it has a PSRAM) to run the face recognition.
- Wed Nov 20, 2019 10:09 am
- Forum: ESP-WHO 中文讨论版
- Topic: 请问微信小程序esp eye的微信小程序有相关资料吗
- Replies: 4
- Views: 37895
- Tue Aug 06, 2019 2:56 am
- Forum: ESP-WHO 中文讨论版
- Topic: 请问ESP32-EYE 开发板例程支持修改语音唤醒命令吗?该如何修改?
- Replies: 1
- Views: 26807
Re: 请问ESP32-EYE 开发板例程支持修改语音唤醒命令吗?该如何修改?
语音唤醒命令的定制,请email联系sales@espressif.com
- Mon Jul 29, 2019 6:44 am
- Forum: ESP-WHO
- Topic: Building a new classifier for the ESP WHO
- Replies: 5
- Views: 19318
Re: Building a new classifier for the ESP WHO
When you have finished training the model with some popular frameworks like tensorflow, you can then implement the inference process to the ESP related devices. The model structure is easy to implement as we have provided some common operations and you can also rewrite what you need. The model coeff...
- Mon Jul 29, 2019 6:23 am
- Forum: ESP-WHO
- Topic: camera-web-server very slow when no sdcard
- Replies: 1
- Views: 13422
Re: camera-web-server very slow when no sdcard
Hi Thierry, in what condition are you running the example, e.g. the format of image, resolution ? And what is the current speed of the program you ran ? How fast do you need ?
- Thu Jun 20, 2019 2:48 am
- Forum: ESP32 Arduino
- Topic: ESP32 CAM real time image processing.
- Replies: 5
- Views: 16913
Re: ESP32 CAM real time image processing.
* @brief Convert image buffer to RGB888 buffer (used for face detection) * * @param src Source buffer in JPEG, RGB565, RGB888, YUYV or GRAYSCALE format * @param src_len Length in bytes of the source buffer * @param format Format of the source image * @param rgb_buf Pointer to the output buffer (wid...
- Tue May 28, 2019 5:37 am
- Forum: ESP-WHO 中文讨论版
- Topic: 欢迎大家访问 ESP-WHO 中文讨论板
- Replies: 11
- Views: 143184
Re: 欢迎大家访问 ESP-WHO 中文讨论板
编译 recognition_solution出现如下错误,请支持一下 In file included from D:/ESP32/Projects/msys32/home/lenovo/esp/esp-who/examples/single_chip/recognition_solution/main/app_httpserver.c:23:0: D:/ESP32/Projects/msys32/home/lenovo/esp/esp-who/examples/single_chip/recognition_solution/main/include/app_httpserver.h:3...
- Tue May 07, 2019 11:39 am
- Forum: ESP-WHO 中文讨论版
- Topic: 欢迎大家访问 ESP-WHO 中文讨论板
- Replies: 11
- Views: 143184
Re: 欢迎大家访问 ESP-WHO 中文讨论板
编译 recognition_solution出现如下错误,请支持一下 In file included from D:/ESP32/Projects/msys32/home/lenovo/esp/esp-who/examples/single_chip/recognition_solution/main/app_httpserver.c:23:0: D:/ESP32/Projects/msys32/home/lenovo/esp/esp-who/examples/single_chip/recognition_solution/main/include/app_httpserver.h:3...
- Fri Apr 19, 2019 5:39 am
- Forum: ESP-WHO
- Topic: ESP-EYE/CAM Software documents and code
- Replies: 2
- Views: 10950
Re: ESP-EYE/CAM Software documents and code
Hi Steve,
The two links could be helpful :
https://github.com/espressif/esp32-camera
https://github.com/espressif/esp-who/bl ... pp_httpd.c
You can get the image of some formats(JPEG, grayscale, YUV, RGB).
The two links could be helpful :
https://github.com/espressif/esp32-camera
https://github.com/espressif/esp-who/bl ... pp_httpd.c
You can get the image of some formats(JPEG, grayscale, YUV, RGB).
Re: ESP EYE
Hi,
I'm a little confused about the uploaded image. Is the version with or without vflip setting ? And with this example, you can easily do it with a simple button.
And for the corrupt thing, can you post more info especially the lines after the one you posted ?
I'm a little confused about the uploaded image. Is the version with or without vflip setting ? And with this example, you can easily do it with a simple button.
And for the corrupt thing, can you post more info especially the lines after the one you posted ?