khaledosman / terasoft-12

Automatically exported from code.google.com/p/terasoft-12
0 stars 0 forks source link

Requesting Skeleton Frames !!! #265

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Now as you know, the frames sent by Kinect sometimes they come with inaccurate 
data of the skeleton. Ex: if the Kinect misses the movement of the hand or 
something.

But we can set the correction of the frames that are sent by the Kinect using a 
predefined parameters when we request the them.

var parameters = new TransformSmoothParameters
                            {
                                Smoothing = 0.1f,
                                Correction = 0.1f,
                                Prediction = 0.1f,
                                JitterRadius = 0.5f,
                                MaxDeviationRadius = 0.1f
                            };

class MKinect

This will make the project a lot more better.

Original issue reported on code.google.com by ahmedheg...@gmail.com on 23 May 2012 at 9:54

GoogleCodeExporter commented 9 years ago
Is this applied now?

Original comment by 3abdelazim on 24 May 2012 at 1:26

GoogleCodeExporter commented 9 years ago
no !! unfortunately !!

Original comment by ahmedheg...@gmail.com on 24 May 2012 at 2:15