This demo shows the raw feature points from the scene analysis.
Refer to the installation instructions before running this demo.
- Open your terminal and run
yarn start
andyarn tunnel
from thearkit-web/Demos
directory - Copy the ngrok https url from terminal
- Open
arkit-web/ARKitWeb.xcodeproj
in Xcode - Click the
Build Settings
tab - Scroll down and locate the
DEV_URL
flag - Paste the ngrok https url into the
DEV_URL
field - Set
let DEBUG = true
inARKitWeb/ViewController.swift
for live reloading - Set
let DEFAULT_DEMO = "pointcloud"
inARKitWeb/ViewController.swift
- Click
Build and run
ARKit does not guarantee that the number and arrangement of raw feature points will remain stable between software releases, or even between subsequent frames in the same session.