View Single Post
  #3  
Old 03-16-2012, 01:43 AM
Timbuntu Timbuntu is offline
Member
 
Join Date: Mar 2012
Posts: 5
Hey there,

the error message is:

Code:
trivisio.dle             	Trivisio Extension
** ERROR: Failed to detect available Colibri sensor
** ERROR: Failed to create extension sensor with trivisio.dle
The Initialization of the Sensors is different API wise. So its reasonable that the Plugin does not work with the wireless version. The Colibri-W Version comes with a dongle that gets initialized first. Then the actual Sensor gets connected and you may get Data from it. Afaik the wired version has no specific dongle that would need to be initialized.
The actual call to get the orientation data is identical in both versions. Are there plans to support the colibri-w?

The current API Version (3.1.2) comes with an example that uses a flag to determine if you want to use wireless or wired and calls the appropriate init functions.
Reply With Quote