Hello,
I have been losing my sleep for the last couple of days trying to get the PCL and Qt working together. And also some additional time to get the Kinect stream/visualization up and running. The result can be seen below in Video 1 where a simple Qt GUI is used to show the Kinect point cloud in real-time with some additional controls to process the data.
Video 1. Qt GUI for Kinect real-time stream visualization.
Video link: https://www.youtube.com/watch?v=_sM5ZMJ0XGA
In order the get the PCL working in Qt, I've made the following steps (tested on x86, Win 7 architecture):
Your project should build sucessfully. Note that in the debug version, the frame rate is ~4 Hz, while in release version, the frame rate is ~30 Hz (@ VGA resolution).
If you want to upgrade the GUI, I suggest opening the .pro file in Qt creator, modify and repeat the build process.
The source code is in the attachment. There are two additional files (cloudData.h and cloudData.cpp) that you need to include in your MSVC 2010 project (or your CMakeLists.txt) in order to build the code sucessfully.
Post any comments below.
Best regards,
K
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.