Home › Forums › Software Development › Tobii.Interaction
Tagged: c4, Tobii.Interaction, vs
- This topic has 3 replies, 2 voices, and was last updated 3 years, 6 months ago by Grant [Tobii].
- AuthorPosts
- 27/04/2021 at 20:28 #20209דורין סגלParticipant
Hi
I’m using the Tobii 4c and VS 2017,
I tried to add the Tobii. Interaction from the Nuget Package Manager but when I search the Tobii.Interaction I found only the pro library.
any idea?
tanks28/04/2021 at 12:15 #20229Grant [Tobii]KeymasterHi @dorinsegall2706, thanks for getting in touch. We have removed the Interaction Library from Nuget to more closely monitor usage. Please download the API directly @ https://developer.tobii.com/product-integration/interaction-library/
Apologies for any inconvenience. Best Wishes.
28/04/2021 at 20:31 #20243דורין סגלParticipantHi
I downloaded the library from the link , and I was able to run the example cs_sampel in vs2017
but when I tried to start a project from scratch, ( c# forms project -.NET Frameworke 4.6.1 ) I could not connect to the DLL – I think it’s a problem of SDK/Framework versions –
Is there any guide for starting a new project in VS2017?
In fact I need something very minimal – I create a simple project of buttons and want to activate them with eye movements by sending the coordinates of the buttons to the object of the “Rectangle” as in the main example.
“This is the error i get- “‘tobii_interaction_lib_c’. The specified module could not be found. ”29/04/2021 at 13:06 #20248Grant [Tobii]KeymasterHi @dorinsegall2706, the CS sample walkthrough starts from scratch which you can view @
https://tobiitech.github.io/interaction-library-docs/cs/html/index.html
with the Full Code @ https://tobiitech.github.io/interaction-library-docs/cs/html/sample_cs.html
thereafter try building via the command line which should take care of the DLL dependencies via the instructions
@ https://tobiitech.github.io/interaction-library-docs/cs/html/gettingstarted.htmlTry this out and let us know, it should hopefully serve your needs as a very minimal sample which you can then adjust accordingly.
- AuthorPosts
- You must be logged in to reply to this topic.