Hi,
I'm currently working on Java bindings for Orion v4 and while doing this I came across LeapInterpolateHeadPose
and LEAP_HEAD_POSE_EVENT
. I've added bindings for both, but I haven't been able to figure out how to actually enable this tracking (which means I can't test if the bindings are actually working). The documentation for LEAP_HEAD_POSE_EVENT
in LeapC.h
specifies that "Positional tracking must be enabled" but I can't find a setting for this.
So I wonder, is positional/head tracking available on consumer Leap Motion devices, or does it require an embedded/in-development device with additional sensors?