Set the HDR output image format.
#include <camera/camera_hdr.h>
camera_error_t camera_hdr_set_image_format(camera_hdr_t hdr,
camera_frametype_t format)
BlackBerry 10.3.0
The HDR session handle obtained from a call to camera_hdr_create().
The HDR output image format to set.
The HDR output image format can be set to any of the formats returned by camera_hdr_get_supported_image_formats().
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.