how to record team members hand eye in visionOS

Asked on 06/30/2025

1 search

To record team members' hand and eye interactions in visionOS, you can utilize the features and APIs provided by Vision Pro and visionOS. VisionOS 26 supports hand and eye input as the primary way for people to interact with content, which is particularly useful for immersive space apps and games. The system supports hand tracking that is up to three times faster, making interactions more responsive without additional code (What’s new in visionOS 26).

For enterprise applications, Vision Pro allows users to securely save their eye and hand data, vision prescription, and accessibility settings to their iPhone. This enables quick use of shared team devices or a friend's Vision Pro as a guest user (Keynote).

If you are developing an app that requires capturing the user's view, including hand and eye interactions, you can use the screen capture capabilities in visionOS. This includes capturing the entire view inside Vision Pro, with the passthrough camera's feed, which can be shared or saved for later use (Introducing enterprise APIs for visionOS).

For more detailed implementation, you might want to explore the specific APIs and capabilities discussed in the sessions related to visionOS and Vision Pro.