Categories
gadgets

Connecting to the Kinect for Windows with RAD Studio XE5

The Kinect is a 3D motion sensing input device for Windows. Based around a webcam-style add-on peripheral, it enables users to control and interact with their computer through a natural user interface using gestures and spoken commands.

You can get the Kinect SDK and drivers from Microsoft and the Delphi header files and samples from Google Code. This video was part of the Making the Connection: Programming Devices and Gadgets with RAD Studio webinar. You can view the full directer’s cut of the webinar on demand and download the code.

7 replies on “Connecting to the Kinect for Windows with RAD Studio XE5”

Hello;
Thank you for this demonstration, but It is not possible to download the code from google code.

Thank you for your help.

I download this code, but it`s not work in XE5!
if failed(Fsensor.NuiImageStreamOpen(NUI_IMAGE_TYPE_DEPTH_AND_PLAYER_INDEX,
format, 0, 2, FdepthEvent, FdepthStream)) then exit;
FdepthStream – [dcc32 Error] Main.pas(254): E2033 Types of actual and formal var parameters must be identical

I change type at “THandle” – compiling Ok. But I d`t see images…

Comments are closed.