PDA

View Full Version : Help with Intersense BT


manueleh
04-10-2017, 06:41 AM
To whom it may concern,

I am working on using an Intersense BT 3-DOF accelerometer for motion tracking in Vizard 5, and was wondering if the built in intersense plugin can be made to work with this sensor? If not, are there updated tools for creating a custom plugin? Thanks!

rajnishv
04-10-2017, 11:36 PM
Hi manueleh,
You may pls find the link from Vizard doc and related posts on World Viz Forum:

Vizard Doc:
http://docs.worldviz.com/vizard/Old_Book/InterSense_Plug-In.htm

Posts Link on World Viz Forum:

http://forum.worldviz.com/showthread.php?t=43

http://forum.worldviz.com/showthread.php?t=5362

Thank You!!!!

Mr.Rajnish Vishwakarma
Mumbai,Maharashtra,India

Jeff
04-11-2017, 11:29 PM
I'm not sure if our plug-in works with the Intersense BT. Do you get an error message after running the following code?

import viz
viz.go()

isense = viz.add('intersense.dle')
tracker = isense.addTracker()

manueleh
04-20-2017, 01:21 PM
Hi Jeff,

Running the code provided allows the intersense BT to connect as we are using a standard serial over bluetooth link. However, no data appears to be collected. Should next steps be using the .dll for the intersense to create a custom plugin?

Thanks,

Manuel