Home › Forums › Software Development › Core SDK: Tobii.Interaction is installed, but cannot be used in the code
- This topic has 10 replies, 5 voices, and was last updated 2 years, 4 months ago by
Grant [Tobii].
- AuthorPosts
- 24/07/2020 at 13:20 #18492
Roman
ParticipantHi guys! I’m just trying to follow the Core SDK Getting Started tutorial. I’ve got:
– Visual Studio Community 2019
– Tobii Eye Tracker 5 (software, drivers, all installed and works well)
– Tobii.Interaction 0.7.3 installed in the project with NuGetIt says that it has installed Tobii.Interaction successfully, but the only new thing in my project I see from that is Tobii.EyeX.Client.dll.
The tutorial says there must be Tobii.Interaction.Model.dll and Tobii.Interaction.Net.dll, but I don’t see them.And when I try to do:
using Tobii.Interaction;
I get an error:
The type or namespace name 'Tobii' could not be found (are you missing a using directive or an assembly reference?)
Reinstalling Tobii.Interaction in NuGet does not help.Am I doing something wrong? Should I use Tobii Interactions somehow differently? I’m puzzled. Hoping for your help!
25/07/2020 at 11:41 #18493Roman
ParticipantSorry, I created a .NET Core project instead of a .NET Framework project. The issue is solved now.
PS: the tutorial console app still doesn’t work as it is, but I guess that’s for another topic. Will try to figure it out on my own first.
25/07/2020 at 14:02 #18495Hongbin Zou
ParticipantDoes Core SDK support Tobii ET5? I’m curious.
BTW stream engine library works fine with C#.27/07/2020 at 18:20 #18504Grant [Tobii]
KeymasterHi @dragonus, the Core SDK is now deprecated since 2017 so we cannot offer any official compatibility with the Eye Tracker 5. We now recommend using either the Interaction Library API or Stream Engine API.
Do let us know if you have any further questions. Best Wishes.
27/07/2020 at 19:04 #18505Hongbin Zou
ParticipantYeah, I am not using Core SDK any more after you told me it’s deprecated.
27/07/2020 at 22:12 #18506Nabru
ParticipantI’m also curious to know if the Tobii 5 works with the Core SDK even though is not officially supported. Has anyone tried it?
30/07/2020 at 10:40 #18544Grant [Tobii]
KeymasterHi @nabru, just to let you know that I have performed some testing with the Core SDK and the ET5 and it does seem to work as expected but please bear in mind that the combination is untested so we officially still recommend you migrate to the newer and supported Interaction Library API or Stream Engine API if possible. Best Wishes.
17/08/2020 at 20:12 #18644Nabru
ParticipantThanks! We bought the Tobii 5 and test it with the Core SDK. Everything works except the quick calibration. Did that work for you?
We tried by clicking the Tobii.Configuration.exe file.
And also from command prompt:
“c:\Program Files (x86)\Tobii\Tobii Configuration\Tobii.Configuration.exe” –quick-calibration
18/08/2020 at 10:32 #18646Grant [Tobii]
KeymasterHi @nabru. sorry for the inconvenience.. we have updated the syntax. Correct usage is now:
"c:\Program Files (x86)\Tobii\Tobii Configuration\Tobii.Configuration.exe" -Q
Please let us know if you have any further queries. Best Wishes.
12/05/2021 at 00:29 #20347Meghana
ParticipantHi , I am unable to search for package tobii.interactionLib package from nuget.org in visual studio. Can anyone help me to solve this issue?
12/05/2021 at 11:57 #20354Grant [Tobii]
KeymasterHi @meghanapuppala, the Interaction Library is no longer available on Nuget, so please download the packages directly from Tobii’s own website @ https://developer.tobii.com/product-integration/interaction-library/getting-started/
Apologies for any inconvenience and thanks for your understanding. Best Wishes.
- AuthorPosts
- You must be logged in to reply to this topic.