image_process() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferencesData Use

Return value

- ESP_OK - ESP_FAIL: image process flow fails

Notes

This API first reads the image header, then process the segments from the image header. This API can be further inserted with more steps about the image processing by registering more function pointer in `image_process_driver_t`.

References