<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Mousing around with the Kinect with Kinect Mouse Controller code sample</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/coding4fun/kinect/Mousing-around-with-the-Kinect-with-Kinect-Mouse-Controller-code-sample/RSS"></atom:link>
	<image>
		<url>http://files.channel9.msdn.com/thumbnail/13a3a29f-d8ca-43fc-a5fe-6d80dc1078f1.png</url>
		<title>Channel 9 - Mousing around with the Kinect with Kinect Mouse Controller code sample</title>
		<link></link>
	</image>
	<description>Today&#39;s project and source provides another example of using the Kinect as a mouse... Easy Kinect Mouse Controller for WindowsThis sample will show you how to build a simple controller for the Kinect that will let you control the mouse on your Windows desktop using a Kinect device.&amp;nbsp; This sample assumes that you have a Kinect for Windows device installed on your desktop and that you have the Kinect for Windows SDK Version 1.5 or greater.&amp;nbsp; This sample also uses the WPF Kinect framework samples from Microsoft and I have included the necessary parts in the solution as a separate project. Description This sample is very simple to understand if you already have a basic understanding of how the Kinect works.&amp;nbsp; If you do not, you might want to look at my other sample on Beginning Kinect Programming.&amp;nbsp; The main tasks we will be doing in this sample are: 1) Intercept the skeleton information from the Kinect and pick out the right hand. 2) Figure out the position of the right hand relative to the screen of the PC. 3) Pass that position to a Microsoft API for mouse control. That&#39;s it really.&amp;nbsp; As I said, it&#39;s a simple thing to do once you know how.&amp;nbsp; We are also going to simulate a mouse click() function by setting a timer when the user is hovering over any spot on the screen for a certain length of time.&amp;nbsp; We do that by creating a stopwatch and timing the hovers.&amp;nbsp; So in the MainWindow constructor for the WPF XAML you will see a stopwatch being created, like this: ... Project Information URL: http://code.msdn.microsoft.com/Easy-Kinect-Mouse-09233c52 Project Download URL: http://code.msdn.microsoft.com/Easy-Kinect-Mouse-09233c52 Project Source URL: http://code.msdn.microsoft.com/Easy-Kinect-Mouse-09233c52  </description>
	<link></link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 00:37:08 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 00:37:08 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Mousing around with the Kinect with Kinect Mouse Controller code sample</title>
		<description>
			<![CDATA[<p>Hi there,</p><p>I downloaded the code and &quot;Build Solution&quot;, it is fine. But when I try to run it ,it kept showing &quot;Provide value on 'System.Windows.Baml2006.TypeConverterMarkupExtension' threw an exception.&quot; on the MainWindows.xaml file.</p><p>I just want to know why?</p><p>Thanks!</p><p>&nbsp;</p><p>&nbsp;</p><p>posted by dalianhank</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Mousing-around-with-the-Kinect-with-Kinect-Mouse-Controller-code-sample#c634854174932211254</link>
		<pubDate>Tue, 09 Oct 2012 22:11:33 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Mousing-around-with-the-Kinect-with-Kinect-Mouse-Controller-code-sample#c634854174932211254</guid>
		<dc:creator>dalianhank</dc:creator>
	</item>
	<item>
		<title>Re: Mousing around with the Kinect with Kinect Mouse Controller code sample</title>
		<description>
			<![CDATA[I get the same error - running the latest version of the SDK and  VS2010<p>posted by Simon</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Mousing-around-with-the-Kinect-with-Kinect-Mouse-Controller-code-sample#c634856398719917380</link>
		<pubDate>Fri, 12 Oct 2012 11:57:51 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Mousing-around-with-the-Kinect-with-Kinect-Mouse-Controller-code-sample#c634856398719917380</guid>
		<dc:creator>Simon</dc:creator>
	</item>
	<item>
		<title>Re: Mousing around with the Kinect with Kinect Mouse Controller code sample</title>
		<description>
			<![CDATA[<p>Best bet would be to post your question directly in the Q&amp;A section of the sample. Goto the sample, and mid way down the page there's a Q&amp;A tab. Walt has been answering some questions there already...</p><p><a href="http://code.msdn.microsoft.com/Easy-Kinect-Mouse-09233c52/view/Discussions#content">http://code.msdn.microsoft.com/Easy-Kinect-Mouse-09233c52/view/Discussions#content</a></p><p>posted by gduncan411</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Mousing-around-with-the-Kinect-with-Kinect-Mouse-Controller-code-sample#c634856445217979389</link>
		<pubDate>Fri, 12 Oct 2012 13:15:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Mousing-around-with-the-Kinect-with-Kinect-Mouse-Controller-code-sample#c634856445217979389</guid>
		<dc:creator>gduncan411</dc:creator>
	</item>
</channel>
</rss>