Skip to content

jamesseanwright/kinect-mvvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kinect v2 for Windows example app using Model-View-ViewModel and Reactive Extensions

Screenshot

View a demo video on YouTube here. Skip to 0:28 for said demo.

A C# Windows Store app using the Model-View-ViewModel design pattern that consumes data from the Kinect v2 sensor using Reactive Extensions (Rx).

The head vector scales depending upon the user's Z position, but this behaviour needs further tweaking.

I've separated my concerns to the best of my ability here. All of the Kinect data comes from a single Sensor class, and bitmap encoding only occurs in the view layer.

About

A Model-View-ViewModel Store app that consumes data from the Kinect v2 sensor using Reactive Extensions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages