Functions in camera_meta.h
Functions for working metadata for images and video in the Camera library.
Related links
- camera_meta.h
Functions to parse a piece of metadata in the provided buffer.
- camera_meta_get_exif()
Retrieve the EXIF buffer pointer from the 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_iterate_metadata()
Extract and process all metadata from a buffer.