Hi HeoJin,
I think there might be some information here... https://developer.apple.com/documentation/imageio/image_i_o_constants
I noticed since iOS 16 apple added these extra things to imageio:
kIIOCameraExtrinsics_CoordinateSystemID: CFString
kIIOCameraExtrinsics_Position: CFString
kIIOCameraExtrinsics_Rotation: CFString
kIIOCameraModelType_GenericPinhole: CFString
kIIOCameraModelType_SimplifiedPinhole: CFString
kIIOCameraModel_Intrinsics: CFString
kIIOCameraModel_ModelType: CFString
kIIOMetadata_CameraExtrinsicsKey: CFString
kIIOMetadata_CameraModelKey: CFString
I think they are the same names that appear in the metadata of the image when you view one of the images from the guided capture sample app in photos on Mac OS....
I cannot figure out how to write in these fields in metadata... There doesn't seem to be any dictionary like there is for exif or gps....
apple engineers... help us!