Hi Folks,
I'm trying to match the skeleton with the rgbstream for an virtual shopping store.
Is there any option available to do so with Zigfu and the KinectSDK ?
For OpenNi Users there is a method alled
ConvertImageToWorldSpace but it raises an error if I try to use it.
EntryPointNotFoundException: NuiTransformSkeletonToDepthImage
ZigInputKinectSDK.ConvertWorldToImageSpace (Vector3 worldPosition)
ZigInput.ConvertWorldToImageSpace (Vector3 worldPosition)
ZigSkeleton.Zig_UpdateUser (.ZigTrackedUser user) (at Assets/ZigFu/Scripts/UserControls/ZigSkeleton.cs:240)
UnityEngine.GameObject:SendMessage(String, Object, SendMessageOptions)
ZigTrackedUser:notifyListeners(String, Object)
ZigTrackedUser:Update(ZigInputUser)
ZigInput:HandleReaderNewUsersFrame(Object, NewUsersFrameEventArgs)
ZigInputKinectSDK:OnNewUsersFrame(List`1)
ZigInputKinectSDK:ProcessNewSkeletonFrame()
ZigInputKinectSDK:Update()
ZigInput:Update()
Could anybody give me a hint please ?