Skip to content

libfreenect v0.4.1 Passenger

Compare
Choose a tag to compare
@piedar piedar released this 23 Mar 00:44
· 192 commits to master since this release
v0.4.1

Features & Fixes

  • Fixes for CMakeList dependencies (@jondo) #235 #237
  • Improved depth format support in Python wrapper (@alito) #264
  • Fixes to cpp and c_sync wrappers #308 #315
  • Improved register handling #367
  • Fix for race condition in depth registration #373
  • Do not clobber environment CFLAGS #378

Notes

  • Now that environment CFLAGS aren't clobbered, compiler optimization can be specified. The default -O2 is actually applied now, resulting in a considerable performance boost.
  • The unstable branch is no longer used and has been deleted. Use of feature branches is recommended instead. All pull requests should target master.