IDF release/v3.3 0bfff0b25 (#4895)

esp-face: master 420fc7e
esp32-camera: master 770f26a
This commit is contained in:
Me No Dev
2021-03-10 14:48:35 +02:00
committed by GitHub
parent 4d95e3a7ea
commit e8311b00ae
78 changed files with 8 additions and 7 deletions

View File

@ -62,7 +62,8 @@ bool frame2jpg_cb(camera_fb_t * fb, uint8_t quality, jpg_out_cb cb, void * arg);
* @param height Height in pixels of the source image
* @param format Format of the source image
* @param quality JPEG quality of the resulting image
* @param out Pointer to be populated with the address of the resulting buffer
* @param out Pointer to be populated with the address of the resulting buffer.
* You MUST free the pointer once you are done with it.
* @param out_len Pointer to be populated with the length of the output buffer
*
* @return true on success