Post

Replies

Boosts

Views

Activity

Reply to How to debug HandTrackingProvider.
I found these two classes have similar concept. VNDetectHumanHandPoseRequest (VisionKit) HandTrackingProvider (visionOS) So I use sample code "DetectingHandPosesWithVision" to make spatial gestures on my iPad using VNDetectHumanHandPoseRequest class. https://developer.apple.com/documentation/vision/detecting_hand_poses_with_vision After making some gestures on iPad, I will port them onto visionOS using HandTrackingProvider class. This is not a workaround. But I think it is the only way to make spatial gestures now.
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’23
Reply to Hand tracking to fbx
This one is not exactly what you want, but I think you can get some idea from this open source. Give it a try. https://github.com/AlohaYos/VisionGesture
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Does ARKit report hand tracking data from facedown camera?
This one is not exactly what you want, but I think you can get some idea from this open source. https://github.com/AlohaYos/VisionGesture
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Hand tracking in WebXR in visionOS Simulator
This one is not exactly what you want, but I think you can get some idea. Give it a try. https://github.com/AlohaYos/VisionGesture
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Is it possible to do hand tracking with the visionOS SDK?
This one is not exactly what you want, but I think you can get some idea from this open source. https://github.com/AlohaYos/VisionGesture
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to RealityView in Xcode 15.0 beta 8 gives error - 'init(make:update:attachments:)' is unavailable in visionOS
Same here! Thanks warpling for your advise.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to How to debug HandTrackingProvider.
I found these two classes have similar concept. VNDetectHumanHandPoseRequest (VisionKit) HandTrackingProvider (visionOS) So I use sample code "DetectingHandPosesWithVision" to make spatial gestures on my iPad using VNDetectHumanHandPoseRequest class. https://developer.apple.com/documentation/vision/detecting_hand_poses_with_vision After making some gestures on iPad, I will port them onto visionOS using HandTrackingProvider class. This is not a workaround. But I think it is the only way to make spatial gestures now.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’23