Getting Started with a Kinect on Windows
Start visualizing data from your Xbox Kinect on windows in less than 10 minutes
Microsoft Kinect RGB-D cameras have become the go-to device for researchers and enthusiast in robotics and computer vision. However, it can be a pain to get the Kinect working on a windows operating system. Today, I will show you a simple way to visualize the output from your Kinect on a windows 10 system. Let’s get started !
RTAB-Map (Real-Time Appearance Based Mapping) is a method of performing Visual SLAM (read more about SLAM here). The creators of RTAB-Map have created a package to use the algorithm with software like ROS (Robot Operating System) on Linux. However, they also have a standalone binary application that can be installed and used on windows.
Step 1 : Go to the RTAB-Map Github repository and download the binary release for windows.
Step 2 : Follow the installation process. Make sure you allow the installation wizard to download the Kinect windows drivers file. Run the file after it has been downloaded, before proceeding.
Step 3 : Open the RTABMap application and select your device.
Step 4 : Simple press the play button and you can start mapping the world with your Kinect !
References