WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 25 of 60
Search took 0.01 seconds.
Search: Posts Made By: Uttama_vizard
Forum: Vizard 01-19-2011, 12:10 PM
Replies: 0
Views: 8,373
Posted By Uttama_vizard
Compatibility with Unity Software file extensions

Hello,

If I have a world and different objects in the world all assembled by using Unity Software, is there a way I can have an access to that world using the Vizard Software (that is can Vizard...
Forum: Vizard 05-04-2010, 06:18 AM
Replies: 2
Views: 12,931
Posted By Uttama_vizard
Hello, May be I was not clear in...

Hello,

May be I was not clear in representing my problem or you did not understand the problem which I am facing.

I very well know that importing a file means copying it to the main program. I...
Forum: Vizard 05-03-2010, 04:21 PM
Replies: 2
Views: 12,931
Posted By Uttama_vizard
Closing of an imported .py file

Hello,

I am designing a game switching File management program. This program will access different small games (e.g., game1.py, game2.py, and so on, each one with different avatars and different...
Forum: Vizard 04-07-2009, 01:06 PM
Replies: 6
Views: 10,523
Posted By Uttama_vizard
Hello, I am trying to wrap the jpeg onto the...

Hello,

I am trying to wrap the jpeg onto the panorama.ive and at the same time remove the seams.

In fact, what I want is, to obtain a different social scenario. But, when the picture has...
Forum: Vizard 04-03-2009, 11:29 AM
Replies: 6
Views: 10,523
Posted By Uttama_vizard
Hello, Surely. Yes, I am using panorama.ive....

Hello,

Surely. Yes, I am using panorama.ive. Then, I downloaded a hall.jpg and trying to add as a texture to it.

I am using the following code:
import vizinfo #For info box
import viztask...
Forum: Vizard 03-27-2009, 09:48 AM
Replies: 6
Views: 10,523
Posted By Uttama_vizard
Handling of .jpg files

Hello,

I am facing a typical problem in texturing using .jpg files.
As an example, I am first calling an area and then trying to add a texture so as to simulate a different situation.

import...
Forum: Vizard 03-23-2009, 11:29 AM
Replies: 4
Views: 14,346
Posted By Uttama_vizard
Avatar_speaking problem

Hello,

Thank you so much for your time. Yes, I have also noted that without the sync set to true, the flapping of the avatar's lips with the sound file is not synchronized.

When can we expect...
Forum: Vizard 03-21-2009, 02:50 PM
Replies: 4
Views: 14,346
Posted By Uttama_vizard
Avatar Speaking Problem

Hello,

As per your reply, I was actually trying to update the speak function in this way:

def speak(filename, scale=1.0, morph='mouth_open', threshold = 0, sync = False):
import vizwave
...
Forum: Vizard 03-20-2009, 12:40 PM
Replies: 4
Views: 14,346
Posted By Uttama_vizard
Avatar speaking problem

Hello,

My application requires interacting with an avatar (speaking) while wearing an eye tracking. What I want is that if my gaze goes towards the avatar, then the character should speak, but,...
Forum: Vizard 08-18-2008, 02:58 PM
Replies: 17
Views: 14,449
Posted By Uttama_vizard
Hello, Sorry for the delay in replying. ...

Hello,

Sorry for the delay in replying.

How do I know which are allowed and which are not allowed in vpx.dl? Like...printf is not allowed in vpx.dll.

It would be really good, if I have the...
Forum: Vizard 08-01-2008, 10:36 AM
Replies: 5
Views: 7,747
Posted By Uttama_vizard
Hello, I am using both. At one point of...

Hello,

I am using both. At one point of time, I am using viz.callback and another time, I am using onKeyDown function.

Registering key callback....what you suggested is not clear to me. Can you...
Forum: Vizard 07-31-2008, 07:10 AM
Replies: 17
Views: 14,449
Posted By Uttama_vizard
Hello, Any further suggestion regarding...

Hello,

Any further suggestion regarding ctypes would be really appreciated. I have given my problem...in the last posting.

If required, I will clarify further.

Thanks

Uttama
Forum: Vizard 07-31-2008, 07:09 AM
Replies: 5
Views: 7,747
Posted By Uttama_vizard
Hello, Actually, I am developing an...

Hello,

Actually, I am developing an interactive gave using vizard. In this, a subject has to interact with the game using keys. I want to restrict the number of keys used. So, sometimes, my same...
Forum: Vizard 07-29-2008, 09:32 AM
Replies: 5
Views: 7,747
Posted By Uttama_vizard
Deactivating Particular keys

Hello,

Is there any way to deactivate any particular key of the keyboard? For mouse, it is there.

Thanks

Uttama
Forum: Vizard 07-28-2008, 10:24 AM
Replies: 17
Views: 14,449
Posted By Uttama_vizard
Hello, Thanks for the suggestion. I have...

Hello,

Thanks for the suggestion. I have downloaded the ctypes.

When, I am writing:

from ctypes import *

There occurs no error.
Forum: Vizard 07-22-2008, 04:07 PM
Replies: 17
Views: 14,449
Posted By Uttama_vizard
Hello, Actually, I would be carrying out...

Hello,

Actually, I would be carrying out some psychological experiments using the Arrington eye tracker. So, Pupil Width (APW and BPW), Quality of eye movement data (AQU and BQU)-if possible,...
Forum: Vizard 07-21-2008, 12:34 PM
Replies: 17
Views: 14,449
Posted By Uttama_vizard
Hello, At present, I want to access the...

Hello,

At present, I want to access the Pupil Width (APW and BPW), Quality of eye movement data (AQU and BQU), Fixation Duration (AFX and BFX) and the x,y gaze direction coordinates (ALX, ALY and...
Forum: Vizard 07-17-2008, 04:02 PM
Replies: 17
Views: 14,449
Posted By Uttama_vizard
Hello, I am finding no commands explicitly...

Hello,

I am finding no commands explicitly mentioned for Arrington Tracker in the Help menu.

From the downloads page, I got only,

import vpx
point = vpx.getSmoothedGazePoint()

The Help...
Forum: Vizard 07-17-2008, 01:50 PM
Replies: 17
Views: 14,449
Posted By Uttama_vizard
Hello Farshizzo, Your suggestions are always...

Hello Farshizzo,

Your suggestions are always great!! Yes, now I have copied my .py file and the vpx.dll into the ViewPoint folder and now the error does not appear again.

But, it seems, I am...
Forum: Vizard 07-17-2008, 11:53 AM
Replies: 17
Views: 14,449
Posted By Uttama_vizard
Hello Farshizzo, The Viewpoint version I am...

Hello Farshizzo,

The Viewpoint version I am running is ViewPoint(2.8.4 beta L4 437B). The Viewpoint.exe is in the Viewpoint Folder. It is running fine.

The vpx.dll folder which I have...
Forum: Vizard 07-17-2008, 07:40 AM
Replies: 17
Views: 14,449
Posted By Uttama_vizard
Hello, Another thing I forgot to mention....

Hello,

Another thing I forgot to mention. Presently I am running both the applications on the same PC.

Thanks

Uttama
Forum: Vizard 07-16-2008, 05:30 PM
Replies: 17
Views: 14,449
Posted By Uttama_vizard
Arrington Plugin

Hello,

I am trying to interface an Arrington Eye Tracker with the Vizard platform. When I am trying to access the tracker data by using

import vpx
point = vpx.getSmoothedGazePoint()

I am...
Forum: Vizard 07-08-2008, 02:16 PM
Replies: 9
Views: 19,671
Posted By Uttama_vizard
Hello Farshizzo, Really there was a open...

Hello Farshizzo,

Really there was a open variable (for mouth open) several lines ahead in the program (somehow I missed it.....)

Now I can open the file in write mode many times. Thanks for...
Forum: Vizard 07-08-2008, 11:27 AM
Replies: 9
Views: 19,671
Posted By Uttama_vizard
Hello, I am facing the problem of multiple...

Hello,

I am facing the problem of multiple access (precisely...in opening a .txt file in read mode multiple times) so that I can get the updated contents of the .txt file each time.

The error...
Forum: Vizard 07-07-2008, 03:14 PM
Replies: 9
Views: 19,671
Posted By Uttama_vizard
Hello, This is a portion of my code.... ...

Hello,

This is a portion of my code....

import viz
import vizinfo
import viztask
import vizmat
import vizact
Showing results 1 to 25 of 60

 
Forum Jump

All times are GMT -7. The time now is 06:59 AM.


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