-
Notifications
You must be signed in to change notification settings - Fork 769
Closed
Labels
Milestone
Description
libfreenect2 has been brewing for a while now, and I think we might consider a 0.1 release sometime soon. I'd like to use this issue to collect/discuss all the other issues/PRs that still needs sorting out, please comment below. /cc @christiankerl @xlz @larshg @hovren @gaborpapp @goldhoorn @wiedemeyer @steppobeck
Issues/PRs to be addressed before 0.1 release, in no particular order:
- Registration #223 registration-related stuff
- Added FindLibrary files for various libraries #68 FindLibrary files
- Improve RGB and depth stream parsers #221 improved stream parsers
- remove OpenCV dependency #151 getting rid of OpenCV
- Handling race condition for pending_transfers_ and its iterators. #212 fix race condition
- [WIB] Added methods to query for serialNumber and Camera parameters without starting device. #82 serial number query
- Depth measurement offset (possibly due to hardcoded xtable/ztable) #144 hardcoded xtable/ztable
- Dependencies are not installed with
make install
#101 dependency linking