espressif / arduino-esp32

Arduino core for the ESP32
GNU Lesser General Public License v2.1
12.96k stars 7.29k forks source link

Esp32 Cam Example #9615

Open faizannazir opened 1 month ago

faizannazir commented 1 month ago

Board

AI - Thinker ESP32 CAM

Device Description

Esp32 Ai thinker cam

Hardware Configuration

Esp32 Cam face detection and recognition

Version

latest development Release Candidate (RC-X)

IDE Name

Arduino IDE

Operating System

Window 11

Flash frequency

80Mhz

PSRAM enabled

yes

Upload speed

115200

Description

Esp32 Cam face detection and recognition not working on esp32 cam module another guy tested on other board he also facing same issue

Sketch

Esp32 Cam webserver example

Debug Message

Not debugged

Other Steps to Reproduce

tested with other board

I have checked existing issues, online documentation and the Troubleshooting Guide

me-no-dev commented 1 month ago

the new face detection and recognition library is too slow on ESP32, so we have removed it and is only available on ESP32-S3. If you need the old one, just use older version ESP32 Arduino

faizannazir commented 1 month ago

the new face detection and recognition library is too slow on ESP32, so we have removed it and is only available on ESP32-S3. If you need the old one, just use older version ESP32 Arduino

Which version support it ? and is it possible to use face recogination without web portal