c# - Kinect smoothing mouse movement -


i'm working on project move mouse cursor using fingertip tracked kinect using depth image. i'm albe tracking problem in moving mouse in smooth way. in program, when move mouse doesn't move in smooth way , instead jumps pixel pixel. question , there way use smooth parameters of skeletal tracking inorder smooth cursor's movement ?

i believe issue moving mouse when kinect depth event fires (when new information person's finger).

there no function in windows, however, can create one. try implementing p (easy), pd (a little harder), or pid (a little harder still) controller using dy/dx of tracked finger. way, between kinect's depth events, mouse moving velocity, , should appear move more smoothly.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -