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

C++ Wrapper

From OpenKinect
Revision as of 11: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: navigation, search

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.