camera_hdr_image_render_t

Image render format.

Synopsis:

#include <camera/camera_hdr.h>
 
typedef enum {
      CAMERA_HDR_IMAGE_RENDER_POSTVIEW = 0   
      CAMERA_HDR_IMAGE_RENDER_RAW   
      CAMERA_HDR_IMAGE_RENDER_JPEG   
} camera_hdr_image_render_t;

Since:

BlackBerry 10.3.0

Data:

CAMERA_HDR_IMAGE_RENDER_POSTVIEW
CAMERA_HDR_IMAGE_RENDER_RAW
CAMERA_HDR_IMAGE_RENDER_JPEG

Library:

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

Description: