Skip to content

tiagohpf/im-2018-assign3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Gesture Controller

A software that controls tasks of Spotify with gestures.

Dependencies

First of all, download and install Kinect SDK to enable the device in your computer. After that, install SpotifyAPI-NET and Microsoft Kinect dependencies. You can install the packages from NuGet Package Manager Console of Visual Studio's Tools bar, by using the following command:

Install-Package SpotifyAPI-NET -Version 2.19.0
Install-Package Microsoft.Kinect
Install-Package Microsoft.Kinect.VisualGestureBuilder.x64 -Version 2.0.1410.19000

After that, go to Tools tab again and choose the option "Manage NuGet Packages for Solution" to check if you have all updates installed.

How To Run

  1. Go to IM Runtime folder, open the cmd executable and use the following command:
java -jar mmiframeworkV2
  1. Connect the Kinect
  2. Open Spotify
  3. Open and run the two Visual Studio projects: AppGui and gestureModality

Login

To enter in Spotify, you've to use the following credentials:

E-mail: d1533276@nwytg.com
Password: IM20172018

About

Control of some Spotify's functionalities with gestures

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages