Need to make fallback for AR mode for devices that do not support ARCore. Mozilla is currently working on an iOS app that enables WebXR for ARKit devices. I think that the support coverage should be roughly:
Least -> Most robust support:
Any device with a camera and accelerometer/gyroscope
Able to see objects from p5 sketch and use tilting of device to move camera while displaying camera feed
Above requirements plus relatively recent hardward (less than 4 years old).
Can run jsartoolkit5.This is what AR.js runs on and will allow us to do marker-based anchors.
Can also do above
Devices that have ARCore (Android >=8.0) or ARKit (iOS >= 12.0) running WebXR-iOS.
Able to do everything above and also setAnchor and detectPlane. Allows for correctly mapped anchors in arbitrary location in space.
Need to make fallback for AR mode for devices that do not support ARCore. Mozilla is currently working on an iOS app that enables WebXR for ARKit devices. I think that the support coverage should be roughly:
Least -> Most robust support:
setAnchor
anddetectPlane
. Allows for correctly mapped anchors in arbitrary location in space.