Update submodules
1. Update esp-idf to 3.2-beta3 2. Update esp-face to fix mtmn bug 3. Fix recognition_solution bug when encode error occurspull/55/head
parent
4ce73c6fa2
commit
123ce3b040
|
@ -1 +1 @@
|
|||
Subproject commit ecccc5beb9d159ddc30e6aad49a6db30bc42c701
|
||||
Subproject commit 07e9bab3fae52c927991bf884a62534555b48260
|
2
esp-idf
2
esp-idf
|
@ -1 +1 @@
|
|||
Subproject commit fb7ba1baa068a2267ef54b7105cf3c8a004fe4eb
|
||||
Subproject commit 91aa35e8318509298cf1a391e6b2cbda03aad3a3
|
|
@ -291,7 +291,6 @@ esp_err_t facenet_stream_handler(httpd_req_t *req)
|
|||
if(!fmt2jpg(image_matrix->item, fb->width*fb->height*3, fb->width, fb->height, PIXFORMAT_RGB888, 90, &_jpg_buf, &_jpg_buf_len))
|
||||
{
|
||||
ESP_LOGE(TAG, "fmt2jpg failed");
|
||||
dl_matrix3du_free(image_matrix);
|
||||
res = ESP_FAIL;
|
||||
}
|
||||
esp_camera_fb_return(fb);
|
||||
|
|
Loading…
Reference in New Issue