Forum: Vizard
03-19-2014, 10:19 AM
|
Replies: 3
Views: 21,367
|
Forum: Vizard
03-19-2014, 10:09 AM
|
Replies: 8
Views: 36,838
The pylink that is listed on the Python Package...
The pylink that is listed on the Python Package Index is completely unrelated to the pylink library provided by SR Research. I was able to get the pylink library provided by SR Research to work using...
|
Forum: Vizard
03-17-2014, 01:07 PM
|
Replies: 8
Views: 36,838
|
Forum: Vizard
03-14-2014, 04:04 PM
|
Replies: 8
Views: 36,838
What version of pylink is installed in that...
What version of pylink is installed in that directory? I installed the latest version of pylink through the Tools > Package Manager interface. After it installed I ran the following:
import pylink...
|
Forum: Vizard
03-13-2014, 09:22 AM
|
Replies: 6
Views: 20,012
|
Forum: Vizard
02-27-2014, 12:02 PM
|
Replies: 1
Views: 17,586
|
Forum: Vizard
01-30-2014, 12:09 PM
|
Replies: 7
Views: 62,663
|
Forum: Vizard
12-04-2013, 09:45 AM
|
Replies: 7
Views: 62,663
|
Forum: Vizard
11-26-2013, 03:18 PM
|
Replies: 7
Views: 62,663
Although it would be nice to export models from...
Although it would be nice to export models from Vizard to other software, it's not a workflow that we've focused on, so we can't really recommend it. We provide the the save() command so users can...
|
Forum: Vizard
11-06-2013, 08:39 AM
|
Replies: 4
Views: 21,964
|
Forum: Vizard
11-05-2013, 09:13 AM
|
Replies: 1
Views: 21,406
|
Forum: Vizard
11-05-2013, 09:10 AM
|
Replies: 7
Views: 25,103
|
Forum: Vizard
11-01-2013, 11:46 AM
|
Replies: 7
Views: 25,103
|
Forum: Vizard
10-31-2013, 08:33 AM
|
Replies: 2
Views: 22,794
|
Forum: Vizard
10-31-2013, 08:28 AM
|
Replies: 2
Views: 42,089
|
Forum: Vizard
10-31-2013, 08:20 AM
|
Replies: 7
Views: 25,103
Most Vizard commands are not thread safe,...
Most Vizard commands are not thread safe, especially when it comes to adding/removing objects from different threads. The viz.director function mainly exists for backwards compatibility reasons, and...
|
Forum: Vizard
09-27-2013, 10:40 AM
|
Replies: 11
Views: 29,807
I believe the issue is that the newer Polhemus...
I believe the issue is that the newer Polhemus FasTrak drivers identify themselves as a different device, so our existing plugin is unable to detect them properly (hence the "Connected to unknown...
|
Forum: Vizard
09-19-2013, 08:51 AM
|
Replies: 2
Views: 23,279
|
Forum: Vizard
09-18-2013, 12:22 PM
|
Replies: 11
Views: 29,807
Can you try the following code instead:
...
Can you try the following code instead:
polhemus = viz.add('polhemus.dle')
fastrak = polhemus.addFastrak(port=1,baudRate=115200,legacy=False)
We added experimental support for the newer...
|
Forum: Vizard
09-11-2013, 02:23 PM
|
Replies: 3
Views: 24,829
|
Forum: Vizard
09-11-2013, 02:04 PM
|
Replies: 1
Views: 20,965
|
Forum: Vizard
09-11-2013, 01:53 PM
|
Replies: 2
Views: 20,410
|
Forum: Vizard
09-11-2013, 01:41 PM
|
Replies: 1
Views: 23,120
|
Forum: Vizard
08-29-2013, 03:20 PM
|
Replies: 3
Views: 23,320
|
Forum: Vizard
08-23-2013, 09:27 AM
|
Replies: 4
Views: 38,938
|