Frees an HDR render buffer.
#include <camera/camera_hdr.h>
void camera_hdr_free_buffer(camera_buffer_t *image)
BlackBerry 10.3.0
The image buffer to be freed.
Frees an HDR image buffer that was previously allocated by the HDR module. Image buffers returned by camera_hdr_render() must be freed using this function. Image buffers returned by camera_hdr_take_photo() do not need to be explicitly freed.