Do no reset TrackingId Kinect when user left screen C#

痞子三分冷 提交于 2019-12-13 05:51:24

问题


In my situation i track bodies with Kinect Sensor with body.TrackingId and after on each body i draw a skeleton in different color.

But when an user left the screen and come back a new id is assigned to this player and i can't take the old id.

This situation is very problematic because: if a player go ahead another player the id of the second player will be lost.

Can someone know who i can to to recognize if it was a same player without giving a new TrackingId

Thank you.


回答1:


I dont thinks this is possible. Every time the sensor assigns new ID's. The only think i can think of is if you track depending on the color. Using a framework like Aforge.



来源:https://stackoverflow.com/questions/37958915/do-no-reset-trackingid-kinect-when-user-left-screen-c-sharp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!