Verifying Image Tracking in Vision Pro Simulator

Hello!

I am making a Vision Pro app.

It is as simple AR Image Recognition-to-3D as possible:

  • Load 10 images as ARReferenceImages
  • A short code saying "if you see this image, display this 3D model on top of the image"
  • Open AR camera

When I build to iPhone it works just as intended. When I build to Vision Pro Simulator is - not surprisingly - does not work. Only a white rectangle in the "Simulator environment". Thought: I can build and run + getting "Successfully loaded 10 ARReferenceImages." Console print.

My question: Can I verify somehow that this project will work on a Vision Pro?

Best regards

Did you ever figure this out?

I can testing the device now, but I'm having trouble even loading 1 image for image tracking.

ar_image_tracking_provider_t <0x2800bbf70>: Failed to load reference image <ARReferenceImage: 0x280fb2160 name="Fallout" physicalSize=(0.200, 0.150)> with error: Failed to add reference image.

The image is just one that I took with my iphone for testing. But it isn't giving me a specific enough error to figure out what is wrong.

Verifying Image Tracking in Vision Pro Simulator
 
 
Q