DaveVoyles / kinect-skeletal-blob-upload

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kinect-skeletal-blob-upload

Author: Dave Voyles

Twitter: @DaveVoyles


Requirements

Directions

  1. Attach Kinect
  2. Restore NuGet packages (Microsoft.Kinect)
  3. Run in Visual Studio

This application works as follows:

  1. Track a user's skeleton
  2. Save the video as .jpg frames
  3. Zip up the frames
  4. Upload to Azure blob storage

Stand back from the Kinect camera, and watch as it tracks your skeleton. You'll know it works when the debug message appears at the bottom of the screen, notifying you that it is recording frames and then uploading to blob storage.

Azure Requirements

You need to replace your BlobConnString in MainWindow.xaml.cs with your own Azure Blob Storage Connection String. in order to connect to your Blob Storage account, where the zipped up frames will remain.

alt tag

About


Languages

Language:C# 100.0%