arduino-esp32 icon indicating copy to clipboard operation
arduino-esp32 copied to clipboard

Esp32 Cam Example

Open faizannazir opened this issue 1 year ago • 3 comments

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

  • [X] I confirm I have checked existing issues, online documentation and Troubleshooting guide.

faizannazir avatar May 11 '24 17:05 faizannazir

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

me-no-dev avatar May 11 '24 19:05 me-no-dev

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

faizannazir avatar May 12 '24 15:05 faizannazir

@me-no-dev can you please clarify the points from last comment? After that, this ticket can be closed. Thanks

VojtechBartoska avatar Sep 12 '24 15:09 VojtechBartoska

ESP32 use version 1.0.6 ESP32-S3 use versions up to 3.0.x Feature does not work starting with 3.1.0

me-no-dev avatar Oct 21 '24 10:10 me-no-dev