While using this sample project to convert SBS video into Spatial MVHEVC video, it cannot be recognized as spatial video on visionOS 2.0 Beta 3.
The sample code project shows how to generate both an MVHEVC video, and a spatial video (which is an an MVHEVC video with additional metadata). Only spatial videos will play back in the Photos app in the visionOS 2.0 betas. Please make sure you're setting the spatial flags when exporting your video (For example, --spatial --baseline 64.0 --fov 80.0 --disparityAdjustment 0.02
)