camera_hdr_get_postview_format()

Get the HDR postview format.

Synopsis:

#include <camera/camera_hdr.h>
 
camera_error_t camera_hdr_get_postview_format(camera_hdr_t hdr,                 
                                              camera_frametype_t *format)

Since:

BlackBerry 10.3.0

Arguments:

hdr

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

format

A pointer to the returned HDR postview image format.

Library:

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

Description:

This function queries the currently configured HDR postview image format.

Returns:

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