Hey Dave-
First of all, thanks for the compliments! Thanks for helping out on
the tutorials!
Currently, no you can not turn it off, but I can add that in as
another boolean. So as of now whether user tracking is on or off the
depth map feed will still colorize certain people it finds.
But I'll add another boolean called "this._as3OpenNI.depthMapDetectOff
= false | true", in the next release. Thanks for the tip, that's a
good one.
Yeah for me on the Mac, the way to get around the bug is to it Apple
(Or Command)+Tab and toggle to another application open and then back,
and then it seems to go away. It's a weird USB bug, not sure how to
fix it yet, in the latest releases of OpenNI and the NITE frameworks
it hasn't fixed it yet either. Guess Mac user's will just get the
shaft a bit with a hacked Microsoft device running on a Mac. As for
speed, it runs really well on a PC.
For the singlePoint detection you can actually get it from each user
without the wave trigger, if you look at the NISkeletons.mxml -
example you'll see in the ONIUserTrackingEvent there is a property for
userSinglePoint, which will give you each user's center mass points,
_x, _y, _z. Just look at the 'userFound' method in that example. That
will help you!
AMB
-----