Can hand tracking and world tracking working together?

can hand tracking and world tracking working together?

I try add two pipeline together but seems it is not working correct

XR8.XrController.pipelineModule(),
XR8.HandController.pipelineModule(),

Hey @Rob_Sumovskij, HandController and XrController cannot be used at the same time.

Today, hand tracking is only available as an independent feature and can not be combined with other forms of AR tracking.

If you haven’t already, you can subscribe to our newsletter to be the first to know when we announce new feature support.

Hey @Evan, is there any way I can use Google’s Media Pipe hand tracking on top of 8th Wall’s world tracking?

Technically it is possible, you can implement an external computer vision library via our camera pipeline module API. You can check out our custom camera pipeline module sample project for an example.

1 Like

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.