Get the HDR postview image size.
#include <camera/camera_hdr.h>
camera_error_t camera_hdr_get_postview_size(camera_hdr_t hdr,
uint32_t *width,
uint32_t *height)
BlackBerry 10.3.0
The HDR session handle obtained from a call to camera_hdr_create().
A pointer to the returned width of the HDR postview image.
A pointer to the returned height of the HDR postview image.
This function retrieves the currently configured HDR postview (review) image size.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.