Bind a camera to an HDR session handle.
#include <camera/camera_hdr.h>
camera_error_t camera_hdr_bind_camera(camera_hdr_t hdr,
camera_handle_t camera_handle)
BlackBerry 10.3.0
The HDR session handle obtained from a call to camera_hdr_create().
The handle for the camera to use as an input source. Call the camera_open() function from camera_api.h to obtain a camera handle.
Associate a camera for use as an input source to an HDR session. The camera must be configured for exposure bracketing capture prior to calling this function. See camera_api.h for more information.
Calling this function configures the HDR session for Realtime HDR capture mode.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.