Hi! I'm having issues retrieving the intrinsics matrix of camera poses for photogrammetry sessions. The camera object always seems to be nil, no matter what dataset I use. From the documentation, I can't see any indication of this issue, is there something I need to do on the code side? Or it's something related to the photo dataset?
I'm on MacOS 15.2
The camera property of PhotogrammetrySample
, which includes the intrinsic and transform, are only loaded if they are saved in the HEIC, which is currently only done by the ObjectCaptureSession
capture front-end. If you are using other capture approaches, such as Camera app or your own capture code, these will not be saved in the file, so cannot be loaded.
What was used to capture these datasets? If it was ObjectCaptureSession
then the camera should be there -- if not please file Feedback Assistant!