I have been trying to forward Nuitrack SDK in vl this week, but seem to be failed to get the job done. I mainly encounter two problems:
(1) Since vl do not support inheritance (right?), some classes could not be used. For example, DepthFrame (Nuitrack: nuitrack.DepthFrame Class Reference) inherits Frame (Nuitrack: nuitrack.Frame< T > Class Template Reference), and I cannot get the inherited functions in the children class, DepthFrame. Here is my screenshot to show the situation:
(2) Normally, most of the forwarded events output nothing. I am not sure whether this is the “Non-Standard Events” mentioned in grey book, and I don’t know how to go on :(
Any advice?
here is my non-finished vl: VVVV.IO.Nuitrack.Nuitrack.vl (194.4 KB)