dolphin-li / DynamicFusion

An implementation of the CVPR best paper Dynamic Fusion
102 stars 42 forks source link

seems not working on kinect V2 #3

Open willfu opened 5 years ago

willfu commented 5 years ago

have you tried kinect V2? thanks.

lbq118 commented 5 years ago

Do you know how to run it ? thanks

FraserJB commented 4 years ago

It seems that it does not work with the KinectV2.

You need to set the correct Kinect Version, in here, before compiling: DynamicFusion-master\algorithm\DynamicFusion\MicrosoftKinect.h

However, once operating, it seems to 'Ghost' the captured image 5-times over. There is a comment in the code that suggests it doesn't work, here: DynamicFusion-master\algorithm\DynamicFusion\definations.h

If you have any luck I would like to know.