camera_hdr_get_image_format()

Get the HDR output image format.

Synopsis:

#include <camera/camera_hdr.h>
 
camera_error_t camera_hdr_get_image_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 output 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 output image format.

Returns:

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