espressif / esp-who

Face detection and recognition framework
Other
1.64k stars 458 forks source link

Use esp32_s3_eye bsp (AIV-677) #284

Closed tore-espressif closed 4 months ago

tore-espressif commented 4 months ago

This PR shows how BSPs can benefit esp-who.

All board specific code is removed from esp-who and code from BSP is used. This way the esp-who examples are leaner and easier to understand

In the future, the BSP API will allow easy porting to other boards (i.e. ESP32-S3-KORVO-2 which has both display and camera)

Reintroduces #280