[Vision, visionOS] Is it possible using Vision Framework on visionOS for body tracking feature?

Hello, I checked following documentations.

I saw Vision Framework is available on visionOS. So I want to know that if it's possible using Vision Framework on visionOS for tracking human and animal body poses. Or are there some limits to use this on visionOS?

Hi @PLAY4

If your goal is to run the API against main camera output then you will need to obtain main camera access. Main camera access is a part of enterprise APIs for visionOS, a collection of APIs that unlock capabilities for enterprise customers. To use main camera access, you need to apply for the Main camera access entitlement. Accessing the main camera is a good article on this subject.

That said, I've successfully used a couple Vision APIs on visionOS. I haven't personally tried the 2 you referenced, but they are expected to work.

[Vision, visionOS] Is it possible using Vision Framework on visionOS for body tracking feature?
 
 
Q