Notice: MediaWiki has been updated. Report any rough edges to marcan@marcan.st

C++ Wrapper

From OpenKinect
Revision as of 10:58, 17 December 2010 by Phen (talk | contribs) (Created page with "To use the C++ interface to libfreenect: * include libfreenect.hpp * derive a class from FreenectDevice * define callbacks in a way you need them. Please see the example cppvie...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

To use the C++ interface to libfreenect:

  • include libfreenect.hpp
  • derive a class from FreenectDevice
  • define callbacks in a way you need them.

Please see the example cppview.cpp, it is included in the repository.