Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ofxOpenNI.cpp #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

cindyloo
Copy link

@cindyloo cindyloo commented Nov 4, 2013

so, I needed to extract the user's CoM in order to ignore any user not in the x-y-z required space. However, I needed to be able to discount users that are bIsFound and bIsTracking == false even during calibration. Hence, I pulled the CoM call out of under if(g_User.GetSkeletonCap().IsTracking(nID)) so that I could check the position for all "trackedUsers".... If anyone thinks I should have done it differently, let me know!
cheers,
Cindy

so, I needed to extract the user's CoM in order to ignore any user not in the x-y-z required space.  Hence, I had to make ofxOpenNI discount users that are bIsFound and bIsTracking == false even during calibration.  If anyone thinks I should have done it differently, let me know!
cheers,
Cindy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant