You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenNI
Hi,
I would like to know to what do i have to subscribe (event in
XnVNITE.net) to track a second hand in my program.
I try myPointControl.primaryPointCreate(..) ... works for the first
hand ... but no detection of a second one
and the same myPointControl.PointCreate(...)
and the same myHandGenerator.handCreate(..) only detecte one
I also look throughts the source of PointViewer.cpp but i could find
anything about Multi hands ?
the program is suppose to be tracking 2 hands but it doesn't work ...
i change the NITE.ini file also by
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenNI
ho shout !
i din't see the ';' on front the line :/
i was supposing that 1 was for true ... but i had to try :)
I'm gonna try the sample now .. thanx
Any help on how they do it ?
I din't find any thing on the sources of PointViewer sample.
( I look in the Main.cpp and the pointDrawer.cpp )
I do'nt find where the second and is manage or activeted !
thanx anyway
shamok
unread,
Jan 24, 2011, 3:50:26 AM1/24/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenNI
ok
i just find out that for C# user we have to put the directory and
files (Hands/NITE.ini)
in our Bin/(Debug/Release) directory to have second hand avaible with
the right option
so at least
[HandTrackerManager]
AllowMultipleHands=1
TrackAdditionalHands=2
now I have to manage correctly the id of the hands but it's working :)