cd /news/computer-vision/show-hn-visionos-27-ios-27-object-tr… · home topics computer-vision article
[ARTICLE · art-136218] src=github.com ↗ pub= topic=computer-vision verified=true sentiment=↑ positive

Show HN: VisionOS 27, iOS 27 object tracking demo – placing objects eyes closed

Apple's visionOS 27 and iOS 27 bring the first object-tracking update since visionOS 2, adding high frame rate tracking, an extended training mode in Create ML, a metric pose, faster-trained .referenceobject files, and object tracking on iOS, according to a Show HN demo by developer robomex. The demo uses an Apple Vision Pro and an iPhone to let a blindfolded Vision Pro wearer place real items guided only by spatial audio, with the two devices calibrating by recognizing a red milk carton. The developer reports that a default-rate object anchor never reports the object leaving view, while a high frame rate anchor is removed when the object is no longer in view, and that the Vision Pro can track at most six objects at high frame rate at once.

read4 min views1 publishedSep 21, 2026
Show HN: VisionOS 27, iOS 27 object tracking demo – placing objects eyes closed
Image: Michielbdejong (auto-discovered)

Object tracking got its first update since it arrived in visionOS 2 – the improvements include:

  1. High frame rate tracking
  2. An extended training mode in Create ML which results in more accurate tracking
  3. A metric pose for use cases that need the highest accuracy
  4. Better (and faster-trained) .referenceobject files when using macOS 27's Create ML
  5. Object tracking is now available on iOS

This repo serves as a demo of 1, 2, 4, and 5 above to make an app that lets the Apple Vision Pro serve as my eyes so I can complete a task blind.

The full demo video with sound is [here](https://youtu.be/j4cPzciaW-I).

The write-up, with the training numbers and lots more details on what I found, is [over here](https://vision.engineer/posts/object-tracking-updates-in-visionOS-27-and-iOS-27/).

Here's a clip of the demo:

Comparison of standard vs. high frame rate tracking: I used the 2% blue milk carton and the full fat red milk carton to compare the old standard-rate tracking vs. the new high frame rate tracking. The blue milk carton is a two-year-old reference object from my visionOS 2 demo, loaded at the default rate. The red milk carton is trained with macOS 27's Create ML in extended mode and loaded with high frame rate tracking. Same kind of object, same table, and a semitransparent overlay on each to make the differences more obvious. The blue milk carton is effectively a worst-case scenario (macOS 15 trainer, standard training mode, trained on all angles, standard frame rate tracking) vs. the red milk carton's best-case scenario (macOS 27 trainer, extended training mode, trained on upright angles, high frame rate tracking).

Arranging items placed on iOS solely by listening to audio played on visionOS (i.e. place items blind): the two devices first calibrate by each recognizing the red milk carton. Then someone on an iPhone drags three items from a carousel onto the table. A ghost of each lands on the real table in both devices' view. A second person, wearing the Vision Pro with eyes closed and guided by spatial audio, puts the real items where the ghosts are.

The floating Persona facecam: the Vision Pro wearer's Persona floats in the corner of the recording using my PersonaCam package. PersonaCam is a head-anchored Persona facecam for visionOS, which can be added to projects in two lines of code.

  • A default-rate object anchor never reports that the object left view – but a high frame rate object's anchor is removed when said object is no longer in-view

  • Six objects is the most the Vision Pro can track at high frame rate at once

  • Xcode 27

  • An iPhone on iOS 27

  • An Apple Vision Pro on visionOS 27

  1. Choose your Apple Developer account in Signing & Capabilities (the bundle identifier appends your team ID to prevent collisions)

  2. Build and run on the iPhone

  3. Build and run on the Vision Pro

  4. Launch both apps.

  5. Point both devices at the red milk carton and hold still for a second to calibrate the devices.

  6. On the iPhone, press and hold an item in the carousel and drag it onto the table. Three items make the meal, in the order you drop them.

  7. On the Vision Pro, close your eyes and follow the sound. A low pulsing tone plays from the item you're after, faster and higher as your hand gets close; a sting plays when you touch it. Pick it up and a brighter tone plays from where it needs to be placed, faster and higher as you near it. The placement tone holds steady for a second when the object is correctly placed, then a chime plays. A soft tick means the Vision Pro can't see the item or your hand right now.

If you reinstall the app on either device, its certificate changes and the other device will refuse it. Tap Forget Paired Device on both, then let them reconnect. I live in Chicago. The 2024 pair came from a Jewel in June 2024, the other six from a Jewel in August 2026. Your local packaging may vary and prevent recognition.

1. [Fairlife 2% ultra-filtered milk](https://fairlife.com/ultra-filtered-milk/reduced-fat-2-percent-milk/) (the blue carton, from 2024)
2. [Fairlife whole ultra-filtered milk](https://fairlife.com/ultra-filtered-milk/whole-milk/) (the red carton)
3. [Cap'n Crunch, large size](https://www.thefreshgrocer.com/sm/pickup/rsid/2000/product/capn-crunch-sweetened-corn-&-oat-cereal-large-size-18-oz-id-00030000573242/) (from 2024)
4. [Quaker Protein Granola, Maple & Brown Sugar](https://www.quakeroats.com/products/protein-granola/quaker-protein-granola-maple-brown-sugar)
5. [OREO frozen dairy dessert bars, 5-pack](https://www.thefreshgrocer.com/product/oreo-frozen-dairy-dessert-bars-5-count-137-fl-oz-00072554276569)
6. [Chobani nonfat plain Greek yogurt, 32 oz](https://www.chobani.com/products/yogurt/greek/nonfat-plain-large-size-tub)
7. [Fruit Roll-Ups, Strawberry Blast](https://www.fruitrollups.com/products/strawberry-blast)
  1. Signature Select unsweetened apple sauce, 23.5 oz bottle

  2. Scan the object into a USDZ. I used Apple's Object Capture sample app on an iPhone.

  3. Train a .referenceobject from the USDZ in macOS 27's Create ML. Standard mode took about four hours per object on an M4 Max with 128 GB of RAM; extended mode about seven times longer.

  4. Drop the .referenceobject intoObjectTrackingUpdates/Reference Objects/ and add the item toDemoItemCatalog inShared/DemoItem.swift , with its file name, whether it loads at high frame rate, and whether it's a carton or a meal item. Six is the max number of objects that run at high frame rate at once.

The networking is based on Apple's Connecting iPadOS and visionOS apps over the local network sample, vendored here as the PeerConnection package with a reconnect loop and an ordered send queue added.

── more in #computer-vision 4 stories · sorted by recency
── more on @apple 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-visionos-27-…] indexed:0 read:4min 2026-09-21 ·