Post

Replies

Boosts

Views

Activity

Comment on App crashes after requesting PhotoLibrary limited access
Thanks for the reply! I actually figure out what happens here. As the debugger said: 'Presentations are not permitted within volumetric window scenes.' When I ask for PH permissions, I also open an immersiveSpace, therefore I have two scenes both open. I know that volumetric view won't display system pop out sheet (simply it cannot), and nor does an immersiveSpace. Volumetric window scenes also includes ImmersiveSpace for sure.
Topic: Spatial Computing SubTopic: General Tags:
Jan ’25
Comment on How to extracted stereo image pair from generated spatial photos by visionOS 2.0
hiiiii I am using your method to findout leftindex and rightindex here. But this function failed at Check for any groups. It's working for native Spatial Photos, but not for generated photos. The only difference between me and kevin_wang is, hes using imagePicker to fetch imageItem but me using PHImageManager.default().requestImageDataAndOrientation to request imageSource. Would that make any difference?
Topic: Spatial Computing SubTopic: General Tags:
May ’25
Comment on Cannot extract imagePair from generated Spatial Photos
Another possible aspect about this issue is that I use PHCachingImageManager()/PHImageManager.default() to retrieve/request this photo. And this photo was previously a 2D photo. Is it possible that this manager caches this photo somewhere (OS level) and I may not yet request the correct converted 3D asset? If so, how to force refreshing the cache then?
Topic: Spatial Computing SubTopic: General Tags:
May ’25