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

Getting most of the Kinect SDK in C# - Part 1 of ?: Initialization

Rate me:
Please Sign up or sign in to vote.
4.88/5 (10 votes)
6 Jan 2012Ms-PL3 min read 54.1K   1.1K   27  
A series about experimenting with Kinect for Windows SDK.
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Windows;

namespace JK.KinectExperiments.ImageStreamTest
{
    /// <summary>
    /// Interaction logic for App.xaml
    /// </summary>
    public partial class App : 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