Forum: Vizard
05-17-2016, 03:29 AM
|
|
Replies: 4
Views: 39,265
|
Forum: Vizard
05-14-2016, 11:43 AM
|
|
Replies: 4
Views: 39,265
|
Forum: Vizard
05-11-2016, 10:28 AM
|
|
Replies: 4
Views: 39,265
Wait for specific cedrus key
My cedrus handler triggers an event viz.sendEvent(CEDRUS_BUTTON_DOWN, response['key']) every time a cedrus button is pressed.
How can I pause my Experiment until a specific cedrus key is pressed...
|
Forum: Vizard
05-09-2016, 07:43 AM
|
|
Replies: 4
Views: 30,747
Yes, that's the problem.
This simple example...
Yes, that's the problem.
This simple example reproduces the issue. You can skip the calibration by pressing the Esc key, then pylink.closeGraphics() closes the graphic and the Vizard splash screen...
|
Forum: Vizard
04-26-2016, 03:26 AM
|
|
Replies: 4
Views: 30,747
|
Forum: Vizard
04-25-2016, 01:37 PM
|
|
Replies: 4
Views: 30,747
pylink world rendering
Hi!
I use a Eyelink Eye Tracker (SR Research) for the eye tracking and pylink as a communication interface in my experiment.
When I call pylink.doTrackerSetup() to calibrate the eye tracker, the...
|
Forum: Vizard
01-30-2016, 04:22 AM
|
|
Replies: 1
Views: 22,258
Access database in (non-main) thread
Hi,
when I execute my code (simplified code stated below) I get this error:
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was...
|
Forum: Vizard
01-30-2016, 03:45 AM
|
|
Replies: 6
Views: 45,280
Yes, I'm referring to the director function.
I...
Yes, I'm referring to the director function.
I want to use it to check whether a Cedrus key is pressed or not as often as possible and then use this information in my main loop to stop the movement...
|
Forum: Vizard
01-28-2016, 05:25 AM
|
|
Replies: 6
Views: 45,280
I'm checking it trough Leap Python code.
I...
I'm checking it trough Leap Python code.
I checked your script cedrusExample and it uses a vizact.onupdate function (self.__onupdate) to check for keypresses.
When I'm running a separate thread,...
|
Forum: Vizard
01-28-2016, 02:13 AM
|
|
Replies: 12
Views: 32,619
|
Forum: Vizard
01-28-2016, 02:11 AM
|
|
Replies: 6
Views: 45,280
There a two events, one is checking for the...
There a two events, one is checking for the 3D-position of a finger tip (Leap Motion) and the other one is checking for keypresses (RB-830 Response Pad). I need two parallel threads in order to be...
|
Forum: Vizard
01-27-2016, 10:09 AM
|
|
Replies: 6
Views: 45,280
Listen for events in maximum frequency
Hello,
I want to check as often as possible whether a custom events occurs.
Will calling the function (that checks for the event) in a separate thread via vizact.onupdate or calling it within a...
|
Forum: Vizard
01-26-2016, 06:15 AM
|
|
Replies: 12
Views: 32,619
|
Forum: Vizard
01-21-2016, 01:54 AM
|
|
Replies: 12
Views: 32,619
|
Forum: Vizard
01-19-2016, 05:09 AM
|
|
Replies: 12
Views: 32,619
Get the refresh rate to run Vizard in
Hi,
I want to get the current refresh rate Vizard is executing the vizact.onupdate commands with.
Are the gobal settings viz.monitor.refresh_rate and viz.display.frequency the same?
When I run...
|