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

Difference between revisions of "C++ Wrapper"

From OpenKinect
Jump to: navigation, search
(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...")
(No difference)

Revision as of 12:58, 17 December 2010

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.