<?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 - AutoCAD and the Kinect</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/coding4fun/kinect/AutoCAD-and-the-Kinect/RSS"></atom:link>
	<image>
		<url>http://files.channel9.msdn.com/thumbnail/7356dee5-06de-474d-aba9-4b43c9344bd6.png</url>
		<title>Channel 9 - AutoCAD and the Kinect</title>
		<link></link>
	</image>
	<description>Kinect and AutoCAD? Yes, you sure can... Note: These samples are currently based on the Kinect for Windows Beta 2 SDK and while since the v1 release I&#39;ve tried to avoid Beta 2 projects, there&#39;s been some requests for more LOB Kinect usage examples and I&#39;ve not seen many/any AutoCAD &amp;amp; Kinect examples. I&#39;m sure if there&#39;s sufficient interest Kean will update the samples for v1... UPDATE 3/21/2012: Yep, Kean was all over it and has released a v1 compatible version, Updated AutoCAD &amp;#43; Kinect for Windows samples. AU 2011 Samples: Integrating Microsoft&#174; Kinect™ with AutoCAD&#174;Anyway, I’ve had some fun over the last few days combining the various Kinect samples I’ve posted on this blog into a single “KinectSamples” project, which will form the core of the Kinect demos I’ll present at AU 2011. I took the opportunity to factor out common functionality from many of the samples, introducing something of a class hierarchy, in the process. Here are the commands for you to build and try: KINSKEL “My first Kinect” sample, showing how to create a rudimentary jig to display skeleton data inside AutoCAD KINECT Dynamically displays a point cloud at the chosen resolution (see KINBOUNDS), and captures/imports a full resolution, colorised point cloud on click KINBOTH Overlays both skeleton and point cloud data in an AutoCAD jig, creating linear geometry and importing a point cloud on click KINSNAPS Captures a sequence of point clouds and combines them prior to import KINSAMP A system variable, rather than a command, that specifies the sampling rate for the point cloud display (50 means one in fifty points gets displayed, 1 means they all do) KINBOUNDS Allows definition of a clipping volume for point cloud display and import. This clipping volume is respected by all commands in the sample allowing point cloud import KINPOLY Draws a sequence of 3D polylines while jigging (and then importing) a point cloud KINEXT Sweeps a circular profile along a spline path KINEXT2 Sweeps a circular profile along a spline path, creating regular segments to improve performance and reliability KINNAV Navigates a 3D model by adjusting the view based on input from Kinect Many of these samples now use the following class hierarchy (listed with a brief description and the names of the commands they help implement): DrawJig (the core AutoCAD base class) KinectSkeletonJig (our simplest sample, kept as a flat class, to simplify copy &amp;amp; paste into a new project – KINSKEL) KinectJig (base class for the more complex samples, handles sensor initialisation and message forcing) KinectPointCloudJig (handles display of a point cloud - KINECT) KinectCombinedJig (displays a skeleton on top – KINBOTH) KinectDelayJig (combines a sequence of snapshots – KINSNAPS) KinectPolyJig (draws 3D polylines – KINPOLY) KinectSolidsJig (sweeps a circle along a spline path – KINEXT) KinectSegmentedSolidsJig (ditto in segments – KINEXT2) I may yet factor some more in advance of AU – there may be an opportunity to put some kind of gesture handling base class in there, for instance – but having too deep a hierarchy may also make it a little harder to understand the code. We’ll see what makes sense (and I get time for). ... Additional MaterialThe session included a number of more complicated samples, demonstrating techniques for integrating AutoCAD with Kinect: Displaying and importing point clouds Drawing 3D polylines Sweeping simple solids Sweeping segmented solids Navigating a 3D model For additional samples and further reading, please be sure to visit: http://through-the-interface.typepad.com/through_the_interface/kinect Project Information URL (SDK Beta 2): http://through-the-interface.typepad.com/through_the_interface/2011/11/au-2011-samples-integrating-microsoft-kinect-with-autocad.html, http://through-the-interface.typepad.com/through_the_interface/kinect Project Source URL (SDK Beta 2): http://through-the-interface.typepad.com/files/KinectSamples.zip Project Information URL (SDK v1):&amp;nbsp;http://through-the-interface.typepad.com/through_the_interface/2012/03/updated-autocad-kinect-for-windows-samples.html Project Source URL (SDK v1): http://through-the-interface.typepad.com/files/KinectSamples-v1.zip   Contact Information: Blog: http://through-the-interface.typepad.com/ Twitter: @keanw </description>
	<link></link>
	<language>en</language>
	<pubDate>Tue, 21 May 2013 17:53:40 GMT</pubDate>
	<lastBuildDate>Tue, 21 May 2013 17:53:40 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: AutoCAD and the Kinect</title>
		<description>
			<![CDATA[Thanks, Greg.<br><br>In case anyone&#39;s interested, I have the samples all ported and working for v1. I&#39;ll be posting them to my blog at some point during the next week &#40;all being well&#41;.<br><br>Kean<p>posted by Kean</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/AutoCAD-and-the-Kinect#c634668325252834340</link>
		<pubDate>Thu, 08 Mar 2012 19:42:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/AutoCAD-and-the-Kinect#c634668325252834340</guid>
		<dc:creator>Kean</dc:creator>
	</item>
	<item>
		<title>Re: AutoCAD and the Kinect</title>
		<description>
			<![CDATA[<p>@<a href="/coding4fun/kinect/AutoCAD-and-the-Kinect#c634668325252834340?areaType=Blogs&amp;areaName=Coding4FunKinect">Kean</a>:Awesome! Thanks. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>posted by gduncan411</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/AutoCAD-and-the-Kinect#c634668342716100530</link>
		<pubDate>Thu, 08 Mar 2012 20:11:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/AutoCAD-and-the-Kinect#c634668342716100530</guid>
		<dc:creator>gduncan411</dc:creator>
	</item>
	<item>
		<title>Re: AutoCAD and the Kinect</title>
		<description>
			<![CDATA[<p>@<a href="/coding4fun/kinect/AutoCAD-and-the-Kinect#c634668325252834340?areaType=Blogs&amp;areaName=Coding4FunKinect">Kean</a>: thxs!</p><p>posted by acandaldev</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/AutoCAD-and-the-Kinect#c634671389750159984</link>
		<pubDate>Mon, 12 Mar 2012 08:49:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/AutoCAD-and-the-Kinect#c634671389750159984</guid>
		<dc:creator>acandaldev</dc:creator>
	</item>
	<item>
		<title>Re: AutoCAD and the Kinect</title>
		<description>
			<![CDATA[And here&#39;s the post...<br><br>http&#58;&#47;&#47;through-the-interface.typepad.com&#47;through_the_interface&#47;2012&#47;03&#47;updated-autocad-kinect-for-windows-samples.html<br><br>Kean<p>posted by Kean</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/AutoCAD-and-the-Kinect#c634679525256259280</link>
		<pubDate>Wed, 21 Mar 2012 18:48:45 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/AutoCAD-and-the-Kinect#c634679525256259280</guid>
		<dc:creator>Kean</dc:creator>
	</item>
	<item>
		<title>Re: AutoCAD and the Kinect</title>
		<description>
			<![CDATA[<p>@<a href="/coding4fun/kinect/AutoCAD-and-the-Kinect#c634679525256259280?areaType=Blogs&amp;areaName=Coding4FunKinect">Kean</a>: I was just reading your new post... Thanks for&nbsp;the update&nbsp;and the update&nbsp;on it.&nbsp;<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>I'm editing the main post now to highlight it.</p><p>posted by gduncan411</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/AutoCAD-and-the-Kinect#c634679530235328693</link>
		<pubDate>Wed, 21 Mar 2012 18:57:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/AutoCAD-and-the-Kinect#c634679530235328693</guid>
		<dc:creator>gduncan411</dc:creator>
	</item>
	<item>
		<title>Re: AutoCAD and the Kinect</title>
		<description>
			<![CDATA[Hey is this for Kinect SDK Beta 2 too&#63; <p>posted by Azri</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/AutoCAD-and-the-Kinect#c634717192947652552</link>
		<pubDate>Fri, 04 May 2012 09:08:14 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/AutoCAD-and-the-Kinect#c634717192947652552</guid>
		<dc:creator>Azri</dc:creator>
	</item>
	<item>
		<title>Re: AutoCAD and the Kinect</title>
		<description>
			<![CDATA[<p>@<a href="/coding4fun/kinect/AutoCAD-and-the-Kinect#c634717192947652552?areaType=Blogs&amp;areaName=Coding4FunKinect">Azri</a>: There's links above for both v1 and Beta 2 versions for the Kinect for Windows SDK</p><p>posted by gduncan411</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/AutoCAD-and-the-Kinect#c634717366551919104</link>
		<pubDate>Fri, 04 May 2012 13:57:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/AutoCAD-and-the-Kinect#c634717366551919104</guid>
		<dc:creator>gduncan411</dc:creator>
	</item>
	<item>
		<title>Re: AutoCAD and the Kinect</title>
		<description>
			<![CDATA[hi, everyone could tell me how to import Kinect data to 3dmax or blender or other ide similar &#63;<p>posted by makito</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/AutoCAD-and-the-Kinect#c634764935836844161</link>
		<pubDate>Thu, 28 Jun 2012 15:19:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/AutoCAD-and-the-Kinect#c634764935836844161</guid>
		<dc:creator>makito</dc:creator>
	</item>
</channel>
</rss>