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

Skeleton tracking fails to parse with more than one user #6

Closed
shamlian opened this issue Jul 1, 2015 · 2 comments
Closed

Skeleton tracking fails to parse with more than one user #6

shamlian opened this issue Jul 1, 2015 · 2 comments

Comments

@shamlian
Copy link

shamlian commented Jul 1, 2015

As written, the skeleton-tracking bridge does not work when there is more than one user in the scene. This appears to be due to a dependence on a max buffer size of 28000 characters, which is exceeded once two people are tracked. A fix will affect both the server in Kinect2ServerService.cs and in the client in startBody.cpp.

@changliu6
Copy link

I'm also having this bug. Has anyone fixed it?

@psigen
Copy link
Member

psigen commented Feb 19, 2016

I haven't finished the fix for the client yet yet, but I did update k2_server master to send using JSON without a fixed size in the cleanup branch.

https://github.com/personalrobotics/k2_server/blob/cleanup/Kinect2Server/Kinect2ServerService.cs#L260

We still need to update k2_client to match.

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

No branches or pull requests

3 participants