Update camera example to support face detection and recognition (#6603)

Fixes: #6508
This commit is contained in:
Me No Dev
2022-04-21 17:48:47 +03:00
committed by GitHub
parent 45b7fa05b6
commit 12045d335b
7 changed files with 414 additions and 216 deletions

View File

@ -0,0 +1,5 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x3d0000,
fr, data, , 0x3e0000, 0x20000,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x5000
3 otadata data ota 0xe000 0x2000
4 app0 app ota_0 0x10000 0x3d0000
5 fr data 0x3e0000 0x20000