niessner / BundleFusion

[Siggraph 2017] BundleFusion: Real-time Globally Consistent 3D Reconstruction using Online Surface Re-integration
http://graphics.stanford.edu/projects/bundlefusion/
Other
1.49k stars 353 forks source link

Kinect V1 #24

Open Seraph1024 opened 6 years ago

Seraph1024 commented 6 years ago

image Why does this happen?

Gentser commented 5 years ago

By default in configuration file zParametersDefault.txt option s_sensorIdx=0 may be used. This mean that Kinect devise is used for data aquiring. As it's said in README.md: You need to have Kinect SDK (2.0 and above) installed on your machine.

If you have no depth-device, set this parameter to "s_sensorIdx=8" and launch .exe with some .sens file (look for them on developers site)

lintianfang commented 4 years ago

So can we use Kinect v1 as rgb and depth input?