View Single Post
  #3  
Old 07-12-2012, 06:32 AM
DillonB DillonB is offline
Member
 
Join Date: Jul 2012
Posts: 7
I don't have the software running at the same time. When I do I get this error:
Code:
InertialLabs.dle         	InertialLabs Extension
** ERROR: Failed to open OSv3 device on port 5 (Error: Can't open commport.)
** ERROR: Failed to create extension sensor with InertialLabs.dle
** Load Time: 0.22 seconds
[0.0, 0.0, 0.0]
[0.0, 0.0, 0.0]
[0.0, 0.0, 0.0]
Otherwise I get:
Code:
Loading File: gallery.osgb
InertialLabs.dle         	InertialLabs Extension
** Load Time: 1.34 seconds
[0.0, -0.0, 0.0]
[0.0, -0.0, 0.0]
[0.0, -0.0, 0.0]
From this I'm fairly certain that Vizard is finding the sensor. For example, notice that the pitch changes from zero to negative zero. However, the sample of the script's output shows that output from the device (or a change in the output) is not received.
Reply With Quote