LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Capture a game performance as video in labview

Hi,

 

I need to acquire certain physiological parameters from a person attempting the following test in the net

 

http://s3.mirror.co.uk/click-the-colour-and-not-the-word/index.html

 

I have a vi to acquire the signals which is attached alongwith.

 

Now I need to continuously monitor the test screen as well while the person is attempting it so that I can relate the test result (ie. whether attempted question is right or wrong) with the physiological parameter variation.

 

Can anyone tell me how to do this in labview?

0 Kudos
Message 1 of 3
(3,743 Views)

Using the Vision Acquisition Software Toolkit (which, I believe, is an "extra-cost" item in LabVIEW, unless you have a "license for everything"), you could, in principle, use a WebCam to take a video of the video monitor.  I don't have experience in doing this, so I don't know what "gotcha's" there are in synchronizing (or not) the two imaging systems.

 

I notice that you are doing everything with Express VIs, which "hide all the details" from you, and give you much less control of timing and synchronization -- there may be trouble down the road.

 

Bob Schor

0 Kudos
Message 2 of 3
(3,732 Views)

I found the following vi for screen capture but this vi captures a predefined area based on mouse position.

 

How can I change it so that the full screen in which mouse moves is acquired all the time?Also where are all the png images saved after execution of vi?

0 Kudos
Message 3 of 3
(3,691 Views)