Functions in camera_hdr.h
Functions to work with high dynamic range (HDR) photos.
camera_hdr_add_image_to_session()
Add an input image to an HDR session.
camera_hdr_bind_camera()
Bind a camera to an HDR session handle.
camera_hdr_create()
Create an HDR session handle.
camera_hdr_destroy()
Close an HDR session.
camera_hdr_free_buffer()
Frees an HDR render buffer.
camera_hdr_get_anti_ghosting_factor()
Get the current anti-ghosting factor.
camera_hdr_get_anti_ghosting_range()
Get the range of supported anti-ghosting factors.
camera_hdr_get_exposure_values()
Get the list of configured exposure value offsets.
camera_hdr_get_image_format()
Get the HDR output image format.
camera_hdr_get_postview_format()
Get the HDR postview format.
camera_hdr_get_postview_size()
Get the HDR postview image size.
camera_hdr_get_supported_exposure_values()
Retrieve the range of supported exposure value (EV) offsets.
camera_hdr_get_supported_image_count()
Get the minimum and maximum supported number of images.
camera_hdr_get_supported_image_formats()
Retrieve the list of supported HDR output image formats.
camera_hdr_get_supported_postview_formats()
Retrieve the list of supported HDR postview formats.
camera_hdr_render()
Render an HDR photo in offline mode.
camera_hdr_set_anti_ghosting_factor()
Set the anti-ghosting factor for an HDR session.
camera_hdr_set_exposure_values()
Set the exposure value offsets used for HDR capture.
camera_hdr_set_image_format()
Set the HDR output image format.
camera_hdr_set_postview_format()
Set the HDR postview format.
camera_hdr_set_postview_size()
Set the HDR postview image size.
camera_hdr_take_photo()
Takes an HDR photo using the camera.
Parent topic:
Camera Features Library