Click here to Skip to main content
15,867,906 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone,
I'm developing a software to move the mouse based on certain coordinates which i get from a depth image from kinect. but I have 30 frames/second(images/second) and those coordinates changes with every frame so the mouse keeps moving. My question is,Is there a way to smooth the movement of the mouse ?
Posted
Updated 25-May-12 4:07am
v2
Comments
Sergey Alexandrovich Kryukov 25-May-12 11:56am    
First of all: not enough information. But the question can be interesting. How about making a small but complete code sample? If you can do it, please use "Improve question" above.
--SA
Shahin Khorshidnia 25-May-12 13:07pm    
The mouse must move based on certain coordinates of Image. The image is changing. So your mouse is moving. What is the problem?

1 solution

I answered this here: kinect smoothing mouse movement[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900