Proximity Toolkit


Introduction

The Proximity Toolkit is a catalyst for developing applications that make use of spatial information, and relations between objects in space. The toolkit is meant to deliver proximity data to applications during runtime which can be utilized as program input. It is designed to collect input from a number of potential input sources, then fuse the raw data into a set of generalized high-level presence objects that hide low-level implementation details.

Currently, our primary source of input is a Vicon motion tracking system, which provides highly accurate tracking on objects that are tagged with a combination of several infrared-reflective markers. In the most recent version 2.0 of the toolkit we also added support for tracking through Microsoft Kinect depth-sensing cameras.



Download and Installation

  • ProximityToolkit-Version2.0.zip (Version 2.0 | October 4th, 2011)
    Complete source code package of the toolkit; including server, visualization, and developer API. An installer version of the toolkit follows in the next weeks. The source code development will also be moved to an open subversion repository.
  • ProximityToolkit-Version2.0-Examples.zip (October 4th, 2011)
    Collection of simple example applications and code snippets

Archived versions

Documentation and How-To's

Tracking plugins

  • ViconInputModule - Based on the Vicon Toolkit, this module gathers input from a Vicon motion tracking system. (Status: COMPLETE)
  • KinectInputModule - This module gathers input from a Microsoft Kinect depth-sensing camera. (Status: COMPLETE)
  • ARToolkitModule - Based on the ARToolkit, this module gathers identity and position data from 2D markers as seen by a webcam. (Status: NOT STARTED)
  • PhidgetsModule - Uses the Phidgets .NET API to gather information from any number of sensors. (Status: NOT STARTED)

Tutorials and Examples

Links

Documentation/Code

Papers / Videos