Adding EquisFtirTuio To VS Project
From EQUIS Lab Wiki
Revision as of 20:48, 25 May 2010 by Andrewheard (Talk | contribs)
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
- In Visual Studio, create a new Project.
- Right click on the References folder of the new project in the Solution Explorer.
- Click Add Reference and then switch to the Browse tab.
- Browse to EquisFtirTuio.dll and then click OK.
- Add a using statement in your program for the Equis.Xna.Input namespace.
Replacing the existing EquisFTIR implementation in a VS project
- Right click on EquisFtir-Xna in the References folder of the project and click Remove.
- Right click on the References folder of the project and click Add References.
- Switch to the Browse tab, find EquisFtirTuio.dll and then click OK.