espressif / esp-who

Face detection and recognition framework
Other
1.67k stars 466 forks source link

我正在用ESP32S2开发,目前遇到了很多问题,用ESP32S3开发都是正常的 (AIV-580) #241

Closed leung-f closed 1 year ago

leung-f commented 1 year ago

问题1:使用examples\human_face_detection\lcd 显示负片以及喂狗问题 问题2:使用examples\esp32-s3-eye会报唤醒类型没定义问题

开发板为[ESP32-S2-Kaluga-1]

Auroragan commented 1 year ago

Hi, 问题1, 用的是哪一种lcd屏?watchdog 问题估计是用 S2 跑模型很慢会触发,可以在menuconfig里watchdog关掉 问题2,这个示例仅适用于 ESP32-S3-EYE 开发板

Auroragan commented 1 year ago

目前的配置是只支持esp32s3-eye 的 如果是 S2 ST7789屏, 需要手动改一下配置 https://github.com/espressif/esp-who/blob/master/components/modules/lcd/who_lcd.c#L78 .rotate=SCR_SWAP_XY|SCR_MIRROR_X 并加上这个函数解决负片问题 lcd_st7789_set_invert(false);