Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recording and replaying #5

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Conversation

nh2
Copy link

@nh2 nh2 commented May 20, 2014

(This is based on #4, so this is only a work-in-progress until I've finished with that one, and it also looks much bigger than it is.)

I've added the possibility to

  • record what the camera sees to an .oni file
  • run kfusion from an .oni file instead from a real camera.

This way, we can record the raw data while doing a recontruction, and replay the same reconstruction later, e.g. when we are no longer on-site and for tuning the algorithm. I plan to use it for publishing the scans I've made for benchmarking versus other KinectFusion implementations, e.g. KinFu from PCL.

nh2 and others added 13 commits April 7, 2014 17:22
For now this is only supported for OpenNI2.
The recording is saved to an .oni file.
This currenlty only works with the OpenNI2 backend.

In combination with --replay, this allows us to reproduce results offline.
So far, the code required a camera to be attached, even for
the --replay option. This isn't necessary.

When reading from a file, the video mode does not need to be
set (it figures it out from the file).)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant