WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 25 of 57
Search took 0.01 seconds.
Search: Posts Made By: Vishav
Forum: Vizard 11-26-2020, 05:44 AM
Replies: 3
Views: 9,263
Posted By Vishav
I want to do it with Tobii 4C eyetracker

I want to do it with Tobii 4C eyetracker
Forum: Vizard 11-20-2020, 01:28 AM
Replies: 3
Views: 9,263
Posted By Vishav
Hi everyone, Any help for the above problem...

Hi everyone,

Any help for the above problem would be highly appreciated
Forum: Vizard 11-17-2020, 03:22 AM
Replies: 3
Views: 9,263
Posted By Vishav
Design a Virtual Keyboard

Hi everyone,

I want to make a virtual keyboard for an application (sample is shown in the attached file). I also want when I press on any key that letter appears on the screen. Like for world 'H'...
Forum: Vizard 02-05-2019, 10:14 PM
Replies: 2
Views: 18,616
Posted By Vishav
Installation of Pygaze for Eyetracking

I need to use pygaze for my eye tracking study in vizard. But I am getting following error:
C:\Program Files\WorldViz\Vizard5\bin\python.exe: can't open file 'C:\Program...
Forum: Vizard 02-04-2019, 10:41 PM
Replies: 3
Views: 10,232
Posted By Vishav
Yes I pressed Send button

Yes I pressed Send button
Forum: Vizard 01-31-2019, 08:42 PM
Replies: 3
Views: 10,232
Posted By Vishav
Vizard stopped working

I built an application using vizard with incorporated eye-tracking in it. This application consisted of 48 objects and an avatar and it has 48 trials. But it is stopping in between (every time I run...
Forum: Vizard 01-07-2019, 05:10 AM
Replies: 1
Views: 7,232
Posted By Vishav
All Mouse Clicks are getting saved at backend

I made a code, In which avatar give some cues to users. Before that avatar gives some instructions to the users.

Users are clicking on screen when avatar speaks which gets recording on backend...
Forum: Vizard 01-06-2019, 05:35 AM
Replies: 4
Views: 7,960
Posted By Vishav
Is it possible to disable mouse function for some...

Is it possible to disable mouse function for some time rather than hiding visibility of mouse?
Forum: Vizard 12-13-2018, 01:18 AM
Replies: 4
Views: 8,055
Posted By Vishav
Thanks a lot

Thanks a lot
Forum: Vizard 12-12-2018, 05:32 AM
Replies: 4
Views: 8,055
Posted By Vishav
But with waitAny task move to next trial after...

But with waitAny task move to next trial after the first mouse click. However, I want the task to remain same for 5s in spite of mouse click.
Forum: Vizard 12-12-2018, 05:30 AM
Replies: 4
Views: 7,960
Posted By Vishav
Clicking Object means avatar give two options to...

Clicking Object means avatar give two options to children and children has to click on right option. But children usually click on the option before avatar finish command. I want to disable mouse at...
Forum: Vizard 12-10-2018, 11:04 AM
Replies: 4
Views: 7,960
Posted By Vishav
Disable mouse click till Avatar finish its instructions

I want to user of my interface will only able to click on object shown by avatar only after avatar finish speaking. How its possible?

As user sometime click the target while avatar speaking which...
Forum: Vizard 12-07-2018, 08:58 PM
Replies: 4
Views: 8,055
Posted By Vishav
Allow and record mouse clicks in 5s of wait time

I need to give 5s time to the user to make choice. Meanwhile, I want to record mouse clicks that user do in those 5s and write position of mouse click on screen in the database. How both of them are...
Forum: Vizard 12-07-2018, 08:53 PM
Replies: 4
Views: 6,865
Posted By Vishav
This is sorted...Thanks for valuable suggestions.

This is sorted...Thanks for valuable suggestions.
Forum: Vizard 12-07-2018, 12:56 AM
Replies: 4
Views: 6,865
Posted By Vishav
For example I have 8 objects. My Code: ...

For example I have 8 objects. My Code:
ob1=viz.add('D:\PhD\S_Study\Objects 3D\Radio.dae',pos=[-0.9,0.38,2.54],euler=[0,0,0],scale =(0.014,0.014,0.0045))
ob2=viz.add('D:\PhD\S_Study\Objects...
Forum: Vizard 12-06-2018, 10:05 PM
Replies: 4
Views: 6,865
Posted By Vishav
That is the issue. How to make list of all 50...

That is the issue. How to make list of all 50 objects with fixed position and how to call it by indices?
Forum: Vizard 12-05-2018, 05:13 AM
Replies: 4
Views: 6,865
Posted By Vishav
How to call same function 50 times and every time new value need to save?

Hi

My environment has an avatar.

Avatar randomly points to objects placed in left or right (target object) in one trial.

I have total 48 targets i.e. 48 trials having with two objects one...
Forum: Vizard 12-05-2018, 04:49 AM
Replies: 2
Views: 7,216
Posted By Vishav
Thanks Jeff

Thanks Jeff
Forum: Vizard 11-26-2018, 08:14 PM
Replies: 2
Views: 7,216
Posted By Vishav
How to remove myTimerAction?

I am using this command in some function
myTimerAction = vizact.ontimer(8,dotappear)
and my function dotappear is:
def dotappear( ):
global point...
Forum: Vizard 11-05-2018, 10:20 PM
Replies: 2
Views: 6,619
Posted By Vishav
Thanks Jeff

Thanks Jeff
Forum: Vizard 10-17-2018, 05:50 AM
Replies: 2
Views: 6,619
Posted By Vishav
Write Eye-tracking data to file

I want to write real-time eye-tracking data in file while vizard is running. I want my data values to get store upto 5 decimal places as tobii eyetracker is giving values upto 16 decimal places, If i...
Forum: Vizard 09-27-2018, 12:16 AM
Replies: 0
Views: 5,564
Posted By Vishav
Divide screen into different Region of Interest (ROI)

I want to divide my screen into ROIs. If the user touch in that ROI will get a response from the system. Outside ROI it will be counted as an Inappropriate response. I am attaching a snapshot of what...
Forum: Vizard 09-26-2018, 09:59 PM
Replies: 8
Views: 6,975
Posted By Vishav
As you said when an event is triggered it will...

As you said when an event is triggered it will return an event object; in my case it is returning :
(<viz.Event object at 0x00000000045386D8>,)
How to interpret it?

I am attaching a screenshot...
Forum: Vizard 09-26-2018, 05:25 AM
Replies: 8
Views: 6,975
Posted By Vishav
I am using Windows 7 I am attaching code...

I am using Windows 7

I am attaching code below:
ob5=viz.add('D:\PhD\Study-I_Part_I\My_Objects\Bowl\Bowl.dae',pos=[1.25,1.15,-0.26],euler=[0,0,0],scale =(0.1,0.1,0.1)) ...
Forum: Vizard 09-26-2018, 12:17 AM
Replies: 8
Views: 6,975
Posted By Vishav
Your suggestions helped with the problem. But now...

Your suggestions helped with the problem. But now I stuck in
(i) finding the position of touch event using viztouch.
(ii) And how to separate out my touch event for objects from the rest of the...
Showing results 1 to 25 of 57

 
Forum Jump

All times are GMT -7. The time now is 12:50 AM.


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