Functions in
camera_meta.h
Functions for working with metadata for images in the Camera library on
BlackBerry 10
devices.
camera_meta_get_exif()
Retrieve the Exchangeable Image File Format (EXIF) buffer pointer from the metadata.
camera_meta_get_face_id()
Extract the detected face
identity
from the provided face metadata.
camera_meta_get_face_pitch()
Extract the detected face
pitch
angle from the provided face metadata.
camera_meta_get_face_roll()
Extract the detected face
roll
angle from the provided face metadata.
camera_meta_get_face_region()
Retrieve the bounding box associated with a face that is detected in the image.
camera_meta_get_face_score()
Retrieve the score that represents the certainty that a face has been detected in the image.
camera_meta_get_face_yaw()
Extract the detected face
yaw
angle from the provided face metadata.
camera_meta_get_ISO()
Retrieve the ISO setting for the frame.
camera_meta_iterate_metadata()
Extract all metadata from a buffer for processing.
camera_meta_get_rgby_histogram_values()
Retrieve the RGBY histogram.
camera_meta_get_shutter_speed()
Retrieve the shutter speed for the frame.
camera_meta_get_whitebalance()
Retrieve the whitebalance for the frame.
Parent topic:
Camera metadata (camera_meta.h)