Search found 46 matches

by ESP_Sandra
Fri Dec 17, 2021 11:58 am
Forum: ESP-WHO 中文讨论版
Topic: ESP32-who编译报错
Replies: 1
Views: 9855

Re: ESP32-who编译报错

Hi
esp32_cam 作为 esp-who 的 sub-module,需要拉一下
git clone 的时候如果没有加--recursive的话, submodule要update一下
git submodule update --init --recursive
by ESP_Sandra
Wed Dec 15, 2021 9:50 am
Forum: ESP-SkaiNet
Topic: Add Skainet example for general esp32 dev board with an external microphone (i2s)
Replies: 1
Views: 37937

Re: Add Skainet example for general esp32 dev board with an external microphone (i2s)

Hi, On board ESP-EYE there's a digital microphone, might take as a reference: https://github.com/espressif/esp-who/blob/master/docs/zh_CN/get-started/ESP-EYE_Getting_Started_Guide.md https://github.com/espressif/esp-who/tree/master/default_bin/esp-eye But before getting it to use on your own board, ...
by ESP_Sandra
Mon Dec 13, 2021 11:30 am
Forum: ESP-WHO 中文讨论版
Topic: 求助:如何使用
Replies: 4
Views: 13855

Re: 求助:如何使用

Hi
请问你有在 github 提问吗?我们看到一个类似的问题:https://github.com/espressif/esp-who/issues/192
by ESP_Sandra
Mon Dec 13, 2021 4:34 am
Forum: ESP-WHO
Topic: Is it possible to use the video stream from a CCTV surveillance system instead of camera?
Replies: 1
Views: 46109

Re: Is it possible to use the video stream from a CCTV surveillance system instead of camera?

Hi,

Theoretically, yes! You may try input surveillance images (RGB888 or RGB565) to the interface of face detection model.
But maybe you need to check image quality first, if it's wide-view/high-resolution, the detection performance might be affected, e.g. delay might be long.
by ESP_Sandra
Mon Dec 13, 2021 3:12 am
Forum: ESP-WHO 中文讨论版
Topic: 求助:如何使用
Replies: 4
Views: 13855

Re: 求助:如何使用

Hi
请查看 https://github.com/espressif/esp-who
其中 (Optional) Step 2: Configure the camera,往下查看有 “Custom Camera Pinout”
希望对你有帮助
by ESP_Sandra
Tue Oct 26, 2021 8:42 am
Forum: ESP-WHO
Topic: ESP32-S3-EYE
Replies: 1
Views: 30713

Re: ESP32-S3-EYE

Hello~

Yes ESP32-S3-EYE is real! We're doing internal test and hope to promote it in Nov this year.
EN docs should be available this week.
by ESP_Sandra
Mon Jul 19, 2021 8:10 am
Forum: ESP-WHO
Topic: about vector instructions usages of ESP32-S3
Replies: 6
Views: 53499

Re: about vector instructions usages of ESP32-S3

Hi,

According to current timetable, we'll release this chapter in 2021Q4.
by ESP_Sandra
Wed Jul 14, 2021 6:36 am
Forum: ESP-WHO
Topic: about vector instructions usages of ESP32-S3
Replies: 6
Views: 53499

Re: about vector instructions usages of ESP32-S3

Hi,

Currently we're preparing document about S3 vector instruction usage, it will be released in S3 Technical Reference Manual.
May I know which application you'll use these instructions for?
by ESP_Sandra
Tue Jul 06, 2021 2:17 pm
Forum: ESP-WHO 中文讨论版
Topic: 更换摄像头电压不匹配的问题
Replies: 3
Views: 27520

Re: 更换摄像头电压不匹配的问题

Hi,

GC 摄像头的驱动支持,目前在另一个分支上,我们会尽快发布:https://github.com/espressif/esp32-came ... xx_sensors


谢谢!
by ESP_Sandra
Thu Feb 25, 2021 9:21 am
Forum: ESP-WHO 中文讨论版
Topic: 更换摄像头电压不匹配的问题
Replies: 3
Views: 27520

Re: 更换摄像头电压不匹配的问题

Hi, esp-eye 开发板支持多种摄像头模组,包括但不限于 OV2640, OV3660, OV5640, GC0308....驱动可以在 esp32_camera 仓库中找到
可以多买几个试试哦~