WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-19-2013, 07:18 AM
ChrisMa ChrisMa is offline
Member
 
Join Date: Sep 2013
Posts: 13
Importing Vicon Tracker Data

Hello,

I found the same issue for Version 3.0. I'm using Vizard 4.0 in the 90days Trial Version.

I want to get the data of segments and markers tracked with Vicon Tracker 2.0 (32Bit). I had some warnings and errors. They were solved by opening the port 800 in the Windows Firewall at the Vizard PC.

If I run the following code, a new window opens, and Shows the World Viz logo on a black Background. The Interactive window stops at loading the Basketball.osgb.



import viz

viz.go()

# Add a world
scene = viz.addChild('dojo.osgb')
ball = viz.addChild('basketball.osgb')
ball.setPosition([1,1,1])

vicon = viz.add('vicon.dle',0,'192.168.10.1')
body = vicon.getBody(0)
marker = vicon.getMarker(0)

print body.getName()
print marker.getName()

************************************************** ****************************
** Loading Übung_Vizard_1.py
************************************************** ****************************
Loading File: dojo.osgb
Loading File: basketball.osgb


On the Nexus PC I allowed Tracker to send and recieve data through the Firewall. In an other post somebody said to allow "kinematic data" as an Output. I don't know where to find that.

Thank you for your help!

ChriMa
Reply With Quote
 


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
Getting positional data from tracker AySz88 Vizard 1 08-03-2011 03:22 PM
About using Vicon Tracker with world viz llqqff Vizard 1 06-28-2010 09:28 AM
vicon pluglin - cluster problems Andy Vizard 2 11-10-2009 01:04 AM
The problem of tracker using via VRPN _kj_ Vizard 2 08-13-2009 12:03 AM
Integrating InertiaCube and Vicon data roman_suvorov Vizard 10 05-20-2008 04:30 PM


All times are GMT -7. The time now is 11:35 AM.


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