VisionOSImageDatabase ScheduleAddImageJobImpl Implementation

Hey, I was looking at the image tracking source and noticed the following snippet in VisionOSImageDatabase.cs:

        protected override JobHandle ScheduleAddImageJobImpl(NativeSlice<byte> imageBytes, Vector2Int sizeInPixels, TextureFormat format, XRReferenceImage referenceImage, JobHandle inputDeps)
        {
            // TODO: add image
            throw new NotImplementedException();
        }

I was just wondering what the timeline is for support of MutableRuntimeLibraries?

Just as well, XRImageTrackingSubsystemDescriptor.supportsMutableLibrary returns true currently despite adding images being unimplemented.

1 Like

Still not implemented in 1.0.3

Is there any possible workaround for this feature?

If you haven’t yet I recommend submitting an idea to the Roadmap.

ARKit for visionOS is different than ARKit for iOS so there is some additional work required to full coverage of all the features.