camera_hdr_get_anti_ghosting_range()

Get the range of supported anti-ghosting factors.

Synopsis:

#include <camera/camera_hdr.h>
 
camera_error_t camera_hdr_get_anti_ghosting_range(camera_hdr_t hdr,                 
                                                  double *min,                 
                                                  double *max)

Since:

BlackBerry 10.3.0

Arguments:

hdr

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

min

A pointer to the returned minimum anti-ghosting factor.

max

A pointer to the returned maximum anti-ghosting factor.

Library:

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

Description:

This function is used to retrieve the range of supported anti-ghosting factors that can be set with camera_hdr_set_anti_ghosting_factor().

Returns:

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