https://github.com/jamesseanwright/kinect-mvvm
A Model-View-ViewModel Store app that consumes data from the Kinect v2 sensor using Reactive Extensions
https://github.com/jamesseanwright/kinect-mvvm
kinect mvvm reactive-extensions viewmodel
Last synced: 5 months ago
JSON representation
A Model-View-ViewModel Store app that consumes data from the Kinect v2 sensor using Reactive Extensions
- Host: GitHub
- URL: https://github.com/jamesseanwright/kinect-mvvm
- Owner: jamesseanwright
- Created: 2015-02-07T17:23:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T10:53:56.000Z (about 11 years ago)
- Last Synced: 2025-04-06T22:38:27.558Z (over 1 year ago)
- Topics: kinect, mvvm, reactive-extensions, viewmodel
- Language: C#
- Homepage:
- Size: 392 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kinect v2 for Windows example app using Model-View-ViewModel and Reactive Extensions

View a demo video on YouTube [here](https://www.youtube.com/watch?v=1aqxnynKuqQ). 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.