Hi!
I'm currently experimenting on Apple Vision Pro with hand and head anchors. Is there a way to get an anchor linked to the apple magic keyboard (as the detection is already done to display inputs at the top)?
Thanks in advance, Have a good day!
Hi @ldavid
You can use Object Tracking to obtain anchors for an Apple Magic Keyboard that will allow you to track its position and orientation. In fact, the Exploring object tracking with ARKit sample already includes a reference object for tracking an Apple Magic Keyboard, so it would be a great place to start.
Let me know if you have any further questions!