hannah mishin

Portfolio and Blog of artist and technologist Hannah Mishin.  

Kinect over OSC to Processing/ WebSockets with Open TSPS

Open TSPS is an application for sensing people using kinect without having to hardcode software to understand the actions and useage of persons within a space.

http://opentsps.com/

The application supplies an intuitive GUI which can provide a powerful dataset to users.

 

kinectopentspsexplain2.jpg
kinectopentspsexplained.jpg

Here's what the GUi looks like:

kinectopentsps2.jpg

It comes armed with easy to implement communication handles/  I was quickly able to send data to a localhost:

kinectopentspsweb2.jpg
kinectopentspsweb1.jpg
opentspswebsocket.jpg

I understand that by retyping "http://sensorndbstore.appspot.com/" into the "websocket host" - that I will be unable to send data w/o a lot of back-end.

This was connected with a dwnld of a python script: found here:

https://github.com/labatrockwell/openTSPS

 

 

 


Because I wanted to test the functionality of the GUI,  I decided to send the data to processing over OSC.  This proved to be simple to implement: