![]() |
#1
|
|||
|
|||
intersense.dle extension
Hi,
I'm using a development edition of Vizard v3.18.0002 with an IS900 for tracking. My question is: How can I get and set IS900 station parameters such as sensitivity and prediction while being able to get the tracking data? I am using an IS-900 with 4 stations (one head tracker, two wrist trackers and one wireless wand) and I'm having trouble being able to set the stations parameters such as sensitivity as well as getting the tracking data. I can do either of those using a different extension, but I'm having trouble doing both things using the same extension. As I can understand, there are two Intersense extensions, intersense.dls and intersense.dle. With intersense.dls, the following code Code:
station1 = viz.add('intersense.dls') station2 = viz.add('intersense.dls') Using the intersense.dle extension, the code looks like this: Code:
isense = viz.add('intersense.dle') station1 = isense.addTracker(port=1,station=1) station2 = isense.addTracker(port=1,station=2) Code:
station2.getSensitivity() Any help will be appreciated. Regis |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
RE: 'ERROR: Failed to create extension sensor with wiimote.dle' | roman_suvorov | Vizard | 1 | 07-31-2008 10:43 AM |