Search found 17 matches

by GXC
Wed Nov 20, 2019 12:52 pm
Forum: ESP-WHO
Topic: recognition_solution on ESP32-Cam
Replies: 1
Views: 13186

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.
by GXC
Mon Jul 29, 2019 6:44 am
Forum: ESP-WHO
Topic: Building a new classifier for the ESP WHO
Replies: 5
Views: 21162

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 ...
by GXC
Mon Jul 29, 2019 6:23 am
Forum: ESP-WHO
Topic: camera-web-server very slow when no sdcard
Replies: 1
Views: 14560

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 ?
by GXC
Thu Jun 20, 2019 2:48 am
Forum: ESP32 Arduino
Topic: ESP32 CAM real time image processing.
Replies: 5
Views: 18127

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 ...
by GXC
Tue May 28, 2019 5:37 am
Forum: ESP-WHO 中文讨论版
Topic: 欢迎大家访问 ESP-WHO 中文讨论板
Replies: 11
Views: 210670

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 ...
by GXC
Tue May 07, 2019 11:39 am
Forum: ESP-WHO 中文讨论版
Topic: 欢迎大家访问 ESP-WHO 中文讨论板
Replies: 11
Views: 210670

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 ...
by GXC
Fri Apr 19, 2019 5:39 am
Forum: ESP-WHO
Topic: ESP-EYE/CAM Software documents and code
Replies: 2
Views: 12310

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).
by GXC
Wed Apr 10, 2019 7:11 am
Forum: ESP-WHO
Topic: ESP EYE
Replies: 8
Views: 18663

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 ?

Go to advanced search