camera_hdr_get_postview_size()

Get the HDR postview image size.

Synopsis:

#include <camera/camera_hdr.h>
 
camera_error_t camera_hdr_get_postview_size(camera_hdr_t hdr,                 
                                            uint32_t *width,                 
                                            uint32_t *height)

Since:

BlackBerry 10.3.0

Arguments:

hdr

The HDR session handle obtained from a call to camera_hdr_create().

width

A pointer to the returned width of the HDR postview image.

height

A pointer to the returned height of the HDR postview image.

Library:

libcamerafeatures (For the qcc command, use the -l camerafeatures option to link against this library)

Description:

This function retrieves the currently configured HDR postview (review) image size.

Returns:

CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.