WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 11-14-2014, 07:52 PM
mellott124 mellott124 is offline
Member
 
Join Date: Jul 2014
Posts: 20
InertiaCube settings through vizconnect

Hi,

When I create a tracker myself within Vizard I have access to things such as:

#Add the intersense tracker
isense = viz.add('intersense.dle')
tracker = isense.addTracker(port=3)
tracker.setCompass(0) #0->OFF, 2-->ON
tracker.setCompassCompensation(1)
tracker.setAccelSensitivity(1)
tracker.setEnhancement(2)
tracker.setPrediction(5)
tracker.setSensitivity(3)
tracker.setShockSuppression(1)
tracker.resetHeading()

How do I gain access to these same things through vizconnect? I cant seem to find the way to access them. I need access directly to them in my application script, not through the vizconnect panel.

Thanks,
Kevin
Reply With Quote
  #2  
Old 11-18-2014, 10:57 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You can use the following code to get a handle to the sensor:

Code:
vizconnect.getTracker().getRaw()
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
VRPN quaternion conversion from PPT from Intersense InertiaCube willemsn Precision Position Tracker (PPT) 0 07-20-2011 01:59 PM
Integrating InertiaCube and Vicon data roman_suvorov Vizard 10 05-20-2008 04:30 PM
Inertiacube 2 problem theuberk Vizard 1 04-22-2008 04:03 PM
InertiaCube 2 commands vizmaster Vizard 2 09-26-2006 03:20 PM
Problem with newer Intersense Inertiacube 2 esmith4 Vizard 3 03-18-2005 08:13 AM


All times are GMT -7. The time now is 09:49 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC