04-04-2013 01:44 PM
Hello all,
I am trying to unbundle a cluster to retrieve an array of joint coordinates from a kinect. For some reason I am receiving an error (see attached image) when I attach the cluster wire to an "unbundle by name". In a subvi which I've attached (GetJointPosition.vi), it performs the same procedure and it works. I am using the wrapper from this ni document:
https://decibel.ni.com/content/docs/DOC-16978
Any help would be appreciated.
Thanks!
Solved! Go to Solution.
04-04-2013 02:18 PM
That's because you are trying to unbundle an array. You have to index the clusters out of the array in order to unbundle them. What exactly are you trying to do here?
04-04-2013 04:11 PM
Thank you for the reply. I ended up fixing it. Your suggestion was one part of the problem I was having. Thanks again!