- This topic has 1 reply, 2 voices, and was last updated 4 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Software Development › Cannot get C# dependency working
Please help me. I cant get it to recognise tobii dependency even though I’ve fetched it with Nuget.
Have a look at the following scshot.
https://pasteboard.co/ILoXCDV.png
many thanks!
Hi @drdevil44, it seems like you are trying to include 3 differents Tobii SDK’s at the same Time; Tobii Core SDK, Tobii Interaction API & Tobii Stream Engine API.
These are not designed to work alongside each other and each have their own unique getting started guide which I can recommend you to follow.
If your project intention is simply Gaze Interaction on Windows, then we would recommend the Interaction Library @
https://developer.tobii.com/consumer-eye-trackers-interaction-library-getting-started/
These have the library files included, so you should not face any problems in compilation.
Please try out our c# sample program and let us know how you get on. Best Wishes.