Rob Relyea
Most active: http://twitter.com/rrelyea Some blogging: http://robrelyea.wordpress.com
@rrelyea
Program Manager on the Kinect for Windows team.
On WPF/XAML team from 2001-2011.
On Internet Explorer team from 1998-2001.
Kinect for Windows SDK 1.5 - Face Tracking, Seated Skeletal Tracking, Kinect Studio, & More
Jun 29, 2012 at 8:01 AM@KNIect: Glad you like Kinect Studio. Sorry, there is no draft documentation of the .XED file format.
Thx, Rob
Kinect for Windows SDK 1.5 - Face Tracking, Seated Skeletal Tracking, Kinect Studio, & More
Jun 29, 2012 at 8:01 AM@Hermanth: Sorry. Right now, you can only get skeletal information two ways: 1) live data from the Kinect Sensor; 2) playback of recorded color/depth data via Kinect Studio. Thx, Rob
Kinect for Windows SDK 1.5 - Face Tracking, Seated Skeletal Tracking, Kinect Studio, & More
Jun 08, 2012 at 1:32 PM@Hemanth:We haven't yet exposed APIs for Kinect Studio .XED files or documented the format. So, for now, sorry, you can't import that data into .XED file format.
Kinect for Windows SDK 1.5 - Face Tracking, Seated Skeletal Tracking, Kinect Studio, & More
Jun 08, 2012 at 8:37 AM@Vicent: I've not heard of this issue yet. Can you please engage with our team in our developer forums - http://bit.ly/KinectSDKForums. We've just created a new subforum covering face tracking.
Also...take a look at the XnaBasics sample (under C# samples) to see that you make sure to set:
this.IsFixedTimeStep = false;
Thanks, Rob
Kinect for Windows SDK 1.5 - Face Tracking, Seated Skeletal Tracking, Kinect Studio, & More
Jun 08, 2012 at 8:36 AM@Hemanth: Our runtime can either use live data from the sensor, or via Kinect Studio, pre-recorded color and depth feeds. Kinect Studio is a new Tool that ships in the Kinect for Windows Toolkit 1.5.0. It allows you to record and playback these feeds.
When you play them back, they are in your application just like a live feed, so you can see the Skeletal Tracking data, etc...
Thanks, Rob
[Special Edition] Kinect for Windows SDK v1.5 now available
May 25, 2012 at 4:44 PM@yashdshaw -
KinectSensorChooser got more investment in v1.5. Look in the DeveloperToolkit Browser under "Components". KinectSensorChooser is now a UI-less (logic only) class that finds Kinect Sensors for you app. KinectSensorChooserUI is a WPF based UI experience that uses KinectSensorChooser.
SkeletonViewer still exists...we added a KinectManager to the viewers project...that the Viewers current rely on. Would love feedback. Perhaps you could go to http://bit.ly/KinectSDKForums and report how it goes and what questions or feedback you have.
Thanks, Rob
Kinect for Windows SDK 1.5 - Face Tracking, Seated Skeletal Tracking, Kinect Studio, & More
May 23, 2012 at 7:46 AM@Mark-
I'd recommend you consider which UI Framework will meet your application needs, and pursue languages that work with that UI Framework. Our Toolkit contains samples using WPF, XNA, Direct3D, and Direct2D. Once you choose the framework that will meet your needs, the language choice is clear.
@aL3891-
Nothing to announce about fingers. Common request.
@wowps-
Kinect for Windows sensors may not be used with an Xbox 360.
Kinect for Xbox sensors may not be used in licensed deployments on Windows (they may be used by Devs...but we strongly recommend devs migrate towards Kinect for Windows sensors).
@mark-
You may want to try this bing search for "C# programming for beginners"
Thanks all!
-Rob
Kinect for Windows SDK 1.5 - Face Tracking, Seated Skeletal Tracking, Kinect Studio, & More
May 21, 2012 at 7:11 AMHappy to be back on Channel 9 with details of our SDK and Developer Toolkit v1.5. They are downloadable now.
We hope you enjoy!
-Rob Relyea, @rrelyea
Program Manager, Kinect for Windows team
Rob Relyea: Kinect for Windows SDK Beta 2 Released!
Nov 12, 2011 at 5:03 AM@Burkholder - look at the set of related functions that Bas mentions. I'll have to check if we have a Color -> Depth mapping. Most scenarios I've seen that deal with both color and depth, start with Depth, and get the appropriate Color for each "pixel" by calling GetColorPixelCoordinatesFromDepthPixel.
@Bas - yes, the naming and locations of all those "sensor space mapping" methods is a bit suspect. We've not yet been able to go make sense of them, but have many suggestions from people like you to do so. We understand the need.
@Ahmad - Not with our beta2 build. You may not, in the same process, use 2 kinects (with skeletal tracking turned on both). I believe that having 2 apps on the same machine...would allow both apps to use a different Kinect and get skeletal tracking going.
@Mo Relax - take a look at the readme and the documentation and the program files entry for the sdk and you'll find the location. %KINECTSDK_DIR%\Samples\Bin has a compiled version of that app. %KINECTSDK_DIR%\Samples\ also (in b2) has a .zip file with the source code for all the C#/C++ samples. (unzip to my docs, or related for best results). We are considering building a sample browser app (like Xbox SDK and DirectX SDK) to make it easy to run the different samples, or install the source code, or jump to docs about the sample.
sorry for the delay...it has been a crazy week!
Rob Relyea: Kinect for Windows SDK Beta 2 Released!
Nov 05, 2011 at 4:45 AM@Alex_Toldeo, Richard.Hein, aL3891 - thanks.
@Chris - will pass that idea along to our website folks. wouldn't be a slam dunk right now, because getting Kinect working in the browser isn't fully plumbed.
All-
Ch9 posted a good summary post linking to all the new stuff (new site, new blog, new twitter, new release, etc...) from yesterday: http://channel9.msdn.com/coding4fun/kinect/Happy-Birthday-Kinect
See more comments…