Click here to Skip to main content
15,867,308 members
Articles / Programming Languages / C# 4.0

Getting the most of Kinect SDK in C# - Part 2 of ?: ImageStreams

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
6 Jan 2012Ms-PL4 min read 36.1K   1.2K   12  
A series about experimenting with Kinect for Windows SDK.
<Application x:Class="JK.KinectExperiments.ImageStreamTest.App"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             StartupUri="MainWindow.xaml">
    <Application.Resources>
         
    </Application.Resources>
</Application>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)


Written By
Flextronics
Poland Poland
Programming since 10 years old with first commercial app sold in age of 16.

In past got Bachelor's degree in Computer Sciences and worked as Linux administrator and software developer.

Currently slightly over 30 and working as IT Project Manager for Flextronics.

Still coding for fun and/or money.

Comments and Discussions