effb02bb18 | ||
---|---|---|
AzureManagementWithKinect | ||
packages | ||
.gitignore | ||
AzureManagementWithKinect.sln | ||
README.md |
README.md
Windows Azure Service Management API with Kinect
This repository contains code that you can use to have your Kinect and PC interact with the Windows Azure Service Management API. To see this in action you can watch Cloud Cover Live from the Learn Windows Azure event.
Getting Started
Dependencies
- Kinect SDK: http://kinectforwindows.org/
- KinectToolbox NuGet Package: Install-Package KinectToolbox
- Coding4Fun.Kinect.Wpf NuGet Package: Install-Package Coding4Fun.Kinect.Wpf
Update App.Config
- Add Certificate PFX: You need to create an add the PFX file you're using to access the Service Management API. Export the PFX and add it to the solution.
- Add Certificate Password: Add the PFX password.
- Add Subscription Identifier: Add your subscription identifier.
- Add Filter (optional): If you'd like to filter on a particular service name you can add it to the ServiceNameFilter.
- Choose Slot Filter (optional): Choose "production", "staging", or "production;staging" to choose which services to add.