jpeg_del_encoder_engine() function
Release resources used by a JPEG encoder instance. This function releases the resources used by the specified JPEG encoder instance. The encoder instance is specified by the `encoder_engine` parameter.
Arguments
encoder_engine
Handle of the JPEG encoder instance to release resources for.
Return value
- ESP_OK: Delete JPEG encoder successfully. - ESP_ERR_INVALID_ARG: Delete JPEG encoder failed because of invalid argument.