Adding EquisFtirTuio To VS Project

From EQUIS Lab Wiki

Jump to: navigation, search

This is an implementation of the EquisFTIR API that is able to receive TUIO messages from the Community Core Vision (CCV) software. Does not support using the mass of a blob (a default value of 1000 is used to maintain compatibility with existing EquisFTIR applications. Documentation of the EquisFtirTuio API is available here.

Creating a new VS project for EquisFtirTuio

  1. In Visual Studio, create a new Project.
  2. Right click on the References folder of the new project in the Solution Explorer.
  3. Click Add Reference and then switch to the Browse tab.
  4. Browse to EquisFtirTuio.dll and then click OK.
  5. Add a using statement in your program for the Equis.Xna.Input namespace.

Replacing the existing EquisFTIR implementation in a VS project

  1. Right click on EquisFtir-Xna in the References folder of the project and click Remove.
  2. Right click on the References folder of the project and click Add References.
  3. Switch to the Browse tab, find EquisFtirTuio.dll and then click OK.