This plug-in provides support for the Colibri and Colibri Wireless 3DOF inertial orientation trackers from Trivisio.
The Trivisio plug-in is implemented as a Vizard extension, with the following methods:
Method |
Description |
<trivisio>.getColibriList() | Returns a list of all detected Colibri and Colibri Wireless sensors. |
The Colibri sensor object has the following methods in addition to the standard extension sensor methods:
Method |
Description |
<colibri>.getSerialNumber() |
Returns the serial number string of the sensor. |
<colibri>.setJitterReduction(mode) |
Enable/Disable jitter reduction on the sensor. |
<colibri>.getJitterReduction() |
Returns True/False whether jitter reduction is enabled. |
The following example shows how to get all available Colibri devices and print out the serial number of each sensor: