Click here to Skip to main content
15,895,538 members
Articles / Desktop Programming / WPF

Kinect – Getting Started – Become The Incredible Hulk

Rate me:
Please Sign up or sign in to vote.
4.90/5 (89 votes)
18 Jun 2011Ms-PL6 min read 300.5K   16K   163  
Getting Started with Kinect - Create Project, Control the Camera Angle and use Skeleton Tracking

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KinectGettingStarted", "KinectGettingStarted.csproj", "{FEF83146-8B43-410B-9DE3-7230E7BDA777}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{FEF83146-8B43-410B-9DE3-7230E7BDA777}.Debug|x86.ActiveCfg = Debug|x86
		{FEF83146-8B43-410B-9DE3-7230E7BDA777}.Debug|x86.Build.0 = Debug|x86
		{FEF83146-8B43-410B-9DE3-7230E7BDA777}.Release|x86.ActiveCfg = Release|x86
		{FEF83146-8B43-410B-9DE3-7230E7BDA777}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

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
Architect Sela
Israel Israel
Shai Raiten is VS ALM MVP, currently working for Sela Group as a ALM senior consultant and trainer specializes in Microsoft technologies especially Team System and .NET technology. He is currently consulting in various enterprises in Israel, planning and analysis Load and performance problems using Team System, building Team System customizations and adjusts ALM processes for enterprises. Shai is known as one of the top Team System experts in Israel. He conducts lectures and workshops for developers\QA and enterprises who want to specialize in Team System.

My Blog: http://blogs.microsoft.co.il/blogs/shair/

Comments and Discussions