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

C++ Wrapper: Difference between revisions

From OpenKinect
Jump to navigationJump to 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 10: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.