WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 25 of 25
Search took 0.01 seconds.
Search: Posts Made By: llqqff
Forum: Vizard 07-21-2010, 11:47 AM
Replies: 2
Views: 7,369
Posted By llqqff
Thanks, Jeff. Problem solved!!

Thanks, Jeff. Problem solved!!
Forum: Vizard 07-21-2010, 08:48 AM
Replies: 2
Views: 7,369
Posted By llqqff
Cyberglove left hand not able to connect

Hi, I am using cyberglove with vizard, then when the right glove is connected, I can use the following code to connect to the glove
immersion = viz.add('immersion.dle')
glove =...
Forum: Vizard 07-16-2010, 09:08 AM
Replies: 2
Views: 9,178
Posted By llqqff
The DCU is running. And when I use the ...

The DCU is running. And when I use the

import viz
viz.go()

immersion = viz.add('immersion.dle')
glove = immersion.addCyberGlove()
data = glove.getData()

It still crashed and show the...
Forum: Vizard 07-14-2010, 11:35 AM
Replies: 2
Views: 9,178
Posted By llqqff
winviz.exe problem

Hi, I am using Vizard 3.0 with wireless cyberglove 2. But there was a running problem with my code, my code is as below:

import viz
import hand
viz.go()

sensor = viz.add('cyberglove.dls')...
Forum: Vizard 07-13-2010, 12:42 PM
Replies: 1
Views: 11,288
Posted By llqqff
<vicon>.getBody() problem

Hi, I am using Vicon tracker with Vizard, there are three objects in vicon tracker, my code is as below:
vicon = viz.add('vicon.dle',0,'129.59.70.136')
marker = vicon.getMarker(0)
print...
Forum: Vizard 06-28-2010, 08:50 AM
Replies: 1
Views: 8,972
Posted By llqqff
About using Vicon Tracker with world viz

Hi,

Vicon released a new software called Vicon Tracker and the brochure says it can be used lively with vizard in world viz, is there any instructions or codes that can show me how to do the...
Forum: Vizard 06-08-2010, 12:52 PM
Replies: 2
Views: 6,229
Posted By llqqff
Actually, I don't want a slider, I want the...

Actually, I don't want a slider, I want the volume changes automatically when the distance of the hand and the target changes, is there anyway to do that?
Forum: Vizard 06-08-2010, 12:04 PM
Replies: 2
Views: 6,229
Posted By llqqff
Creating the sound effect

Hi,
I am working on how to play the sound in vizard that can change the volume when the distance of two objects changes which means: I have a target in some position and I move my right hand, when...
Forum: Vizard 04-26-2010, 08:31 AM
Replies: 1
Views: 7,925
Posted By llqqff
Connecting cyberglove with character

I read some threads in these forum and know that it is able to connect the Cyberglove to Motionbuilder and have that hand data be mapped to the character. Is there any specific documentation of how...
Forum: Vizard 03-30-2010, 10:23 AM
Replies: 3
Views: 9,266
Posted By llqqff
I solve the problem, thanks.

I solve the problem, thanks.
Forum: Vizard 03-30-2010, 09:09 AM
Replies: 3
Views: 9,266
Posted By llqqff
Yea. That works. Thank you very much!! I have...

Yea. That works. Thank you very much!!
I have another question: how can I put the subwindow in the bottom of the main window, I tried:
import viz
viz.go()

viz.add('panorama.ive')

#Add a new...
Forum: Vizard 03-29-2010, 08:10 PM
Replies: 3
Views: 9,266
Posted By llqqff
Render a black subwindow

Now I want to change the vertical field of view by blacking out the pixels I don't want. I am using the following code:
import viz
viz.go()

viz.add('panorama.ive')

#Add a new window....
Forum: Vizard 03-11-2010, 09:01 AM
Replies: 0
Views: 8,803
Posted By llqqff
A question on field of view

Hi I am working on something that needs to change the field of view of the HMD.
Is there any difference if use viz.fov or viz.Mainwindow.fov functions?

The other question is that: when I use...
Forum: Vizard 02-23-2010, 10:20 AM
Replies: 3
Views: 8,820
Posted By llqqff
Thanks for your reply. But what about I don't...

Thanks for your reply.
But what about I don't have the Complete Character set? Now I only own male.cfg, female.cfg, vcc_male.cfg, vcc_female.cfg.
Forum: Vizard 02-22-2010, 01:21 PM
Replies: 3
Views: 8,820
Posted By llqqff
How to change the size of different parts of an avatar?

Hi,

I am working on avatars in the vizard, is it able to change the sizes of different body parts on demand? For example, change the size of the arm, the body or the leg? Thanks.

Qiufeng
Forum: Vizard 02-15-2010, 01:17 PM
Replies: 5
Views: 14,721
Posted By llqqff
question on linking markers in Vicon

Hi, I know vizard can link the vicon marker to some object like:
#Add a vicon marker
marker = viz.add('vicon.dls')
#Add a 3d ball to represent the marker
ball =...
Forum: Vizard 01-29-2010, 12:05 PM
Replies: 1
Views: 7,320
Posted By llqqff
How to split the body of vcc_male.cfg?

I am using the avatar vcc_male.cfg in VE. is there any way that I can split the body mesh to small meshes like arm, leg and so on? Thanks.
Forum: Vizard 11-24-2009, 12:12 PM
Replies: 1
Views: 10,608
Posted By llqqff
Forearm not rotating in live characters

Hi, I am doing some research on live characters. Now I have a problem on the forearm not rotating. I use the motion capture(blade) to get the real time data and stream the data into motionbuilder....
Forum: Precision Position Tracker (PPT) 11-02-2009, 01:39 PM
Replies: 0
Views: 9,721
Posted By llqqff
using only 1 led in tracking

Hi, I have a new HMD which only needs one led for the tracking. But it seems that the orientation of the virtual environment is different from the one with two LEDs. How can I know the orientation...
Forum: Vizard 11-02-2009, 01:32 PM
Replies: 1
Views: 10,192
Posted By llqqff
How to disconnect the live characters?

Hi, I am doing some work on live characters. But I am stuck at how to disconnect the character server.

I used vizmocap.disconnect(), but it shows error. Does anyone know how to use the disconnect...
Forum: Plug-in development 05-07-2009, 12:55 PM
Replies: 9
Views: 17,569
Posted By llqqff
Hi Farshizzo, I tried the vicon.dle, but it...

Hi Farshizzo,

I tried the vicon.dle, but it still can not work, the code I am using is:

vicon = viz.add('vicon.dle',0,'192.168.1.100')
body = vicon.getBody(0)
marker = vicon.getMarker(0)
...
Forum: Plug-in development 05-07-2009, 11:53 AM
Replies: 9
Views: 17,569
Posted By llqqff
Sorry, I don't know the port. I tried both 800...

Sorry, I don't know the port. I tried both 800 and 803 when I used vicon.dls.
But I will try the vicon.dle to see how it works.
Forum: Plug-in development 05-06-2009, 07:42 PM
Replies: 9
Views: 17,569
Posted By llqqff
I set the real time server acitive in Vicon And...

I set the real time server acitive in Vicon
And there are three connections on my computer with vicon:
connection to Internet: IP address: 129.59.70.136
connection to vicon ultranet: IP address:...
Forum: Plug-in development 05-05-2009, 07:21 PM
Replies: 9
Views: 17,569
Posted By llqqff
I am using the vicon.dls and I am sure that the...

I am using the vicon.dls and I am sure that the real-time streaming is enabled.
I am using the simple.py that you provide for vicon hardware.
I just don't know where is the problem. Is there any...
Forum: Plug-in development 05-04-2009, 09:30 AM
Replies: 9
Views: 17,569
Posted By llqqff
How to use vicon plug-in?

I tried to use the HMD to track the marker from the vicon motion capture system. But it always says: Failed to create Socket, although I addressed the port of the vicon server.

And I remember you...
Showing results 1 to 25 of 25

 
Forum Jump

All times are GMT -7. The time now is 07:56 AM.


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