Image height in pixels after all processing is applied.
OptionalidAndroid only: MediaStore ID when available. Useful for interacting with the platform media APIs.
File name (no path), suitable for display or saving elsewhere.
OptionalpathAndroid only: absolute filesystem path when available.
May be empty on devices which only return a content:// URI.
OptionalsizeiOS only: byte size of the image data written to the temporary file. Provided for convenience when saving/uploading the file.
Local URI to the captured image.
file:///.../Library/Caches/<bundleId>/com.tesla.react-native-camera-kit/<unique>.jpgfile:// path; may be a content:// URI depending on device/storage.Image width in pixels after all processing is applied.
Result of a successful capture() call.
Remarks
.../Library/Caches/<bundleId>/com.tesla.react-native-camera-kit/<unique>.jpg. Includessizein bytes;width/heightreflect the final pixel dimensions.file://orcontent://URI.id/pathmay be empty on some devices.width/heightintend to describe the saved image.Example: Move to app documents (react-native-fs)
Example: Handling content URIs (Android)