G
Greg Duncan
Guest
Today and tomorrow were highlighting two projects from Kinect MVP Carl Franklin (Yes, that Carl Franklin is a Kinect MVP). Today, his Kinect Tools v2 open source project. We highlighted its v1 here, KinectTools for your Kinect for Windows 1.x Skeleton Drawing
Introducing KinectTools v2.0 for Kinect for Windows v2.0
Tools for simplifying Kinect for Windows v2.0 programming in WPF
KinectTools offers three classes for simplifying the Kinect for Windows v2 SDK.
BodyViewer
Exposes a WPF ImageSource property you can bind to an Image control for displaying a 3D Body stick figure. You have control over all of the brushes and pens used to draw the stick figure.
BodyViewer exposes an event that occurs when a frame is available, and passes you a Body object. You can inspect the X, Y, an Z values of each Joint.
...
ColorViewer
Exposes a WPF ImageSource property you can bind to an Image control for displaying full color video.
ColorAndBodyViewer
Exposes two ImageSource properties that you can display in XAML Image controls. Has all of the features of both ColorViewer and BodyViewer except the Body and Color images line up and can be shown in a grid like so:
...
Project Information URL: http://carlfranklin.net/blog/2014/11/25/introducing-kinecttools-v20-for-kinect-for-windows-v20.html
Project Source URL: https://github.com/carlfranklin/KinectToolsV2
Contact Information:
Follow @CH9
Follow @Coding4Fun
Follow @KinectWindows
Follow @gduncan411
[Broken External Image]:http://m.webtrends.com/dcs1wotjh100...ntry:RSSView:eaa61844a7594892bee3a3f20144026e
Continue reading...
Introducing KinectTools v2.0 for Kinect for Windows v2.0
Tools for simplifying Kinect for Windows v2.0 programming in WPF
KinectTools offers three classes for simplifying the Kinect for Windows v2 SDK.
BodyViewer
Exposes a WPF ImageSource property you can bind to an Image control for displaying a 3D Body stick figure. You have control over all of the brushes and pens used to draw the stick figure.
BodyViewer exposes an event that occurs when a frame is available, and passes you a Body object. You can inspect the X, Y, an Z values of each Joint.
...
ColorViewer
Exposes a WPF ImageSource property you can bind to an Image control for displaying full color video.
ColorAndBodyViewer
Exposes two ImageSource properties that you can display in XAML Image controls. Has all of the features of both ColorViewer and BodyViewer except the Body and Color images line up and can be shown in a grid like so:
...
Project Information URL: http://carlfranklin.net/blog/2014/11/25/introducing-kinecttools-v20-for-kinect-for-windows-v20.html
Project Source URL: https://github.com/carlfranklin/KinectToolsV2
Contact Information:
- Blog: http://carlfranklin.net/
Follow @CH9
Follow @Coding4Fun
Follow @KinectWindows
Follow @gduncan411
[Broken External Image]:http://m.webtrends.com/dcs1wotjh100...ntry:RSSView:eaa61844a7594892bee3a3f20144026e
Continue reading...