The height of the photo, in pixels.
Whether this photo is mirrored (selfies) or not.
Whether this photo is in RAW format or not.
Optional
metadataMetadata information describing the captured image. (iOS only)
iOS
iOS
Orientation of the EXIF Image.
Optional
{Represents any data Apple cameras write to the metadata
iOS
Optional
HostiOS
Display orientation of the photo, relative to the Camera's sensor orientation.
Note that Camera sensors are landscape, so e.g. "portrait" photos will have a value of "landscape-left", etc.
The path of the file.
Note: If you want to consume this file (e.g. for displaying it in an <Image>
component), you might have to add the file://
prefix.
Note: This file might get deleted once the app closes because it lives in the temp directory.
Optional
thumbnailThe width of the photo, in pixels.
Represents a Photo taken by the Camera written to the local filesystem.
See
Camera.takePhoto()