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.
Here's what the GUi looks like:
It comes armed with easy to implement communication handles/ I was quickly able to send data to a localhost:
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: