How to use vision in visionOS?

In visionOS, how can I use vision in machine learning to recognize hand gestures? After all, currently visionOS does not provide any image frame data.

Accepted Answer

You can’t use the Vision framework to recognize hand gestures on visionOS, but you can recognize hand gestures based on the hand tracking data that ARKit provides on visionOS, take a look at the “Happy Beam” sample code.

How to use vision in visionOS?
 
 
Q