资 源 简 介
QtKinectWrapper
QtKinectWrapper provides a set of Qt classes wrapping the OpenNI/Kinect API. It allows to get depth map, camera image, user skeleton, timestamp, etc.
The wrapper use a background thread to handle the Kinect stuff, which makes it multicore friendly. The threading is entirely transparent to the programmer.
News
07.05.2013:
Updated for Qt 5.x (Qt 4.x: need to adjust the .pro file to get the right Qt modules, and change some Qt include path)
QtKinectWrapper: Updated to use OpenNI and NiTE 1.5. Version 1.5 removes the need for calibration pose.
For windows, use: NITE-Win32-1.5.2.21-Dev.msi, OpenNI-Win32-1.5.4.0-Dev.msi, SensorKinect093-Bin-Win32-v5.1.2.1.msi (PrimeSense Sensor KinectMod 5.1.2.1)
17.03.2012:
KinectLogger: Added support for variable frame rate videos (-vfr option) and setting a limit to the video encoding buffer (-vmaxbuf option)