Page 1 of 1

Icon or Image Flashing Style in P300

Posted: 11 Apr 2011, 11:04
by jsuwicha
I'm trying to use icons or images (.bmp) instead of alphabets in P300. However, I want the icons flash like alphabet's style or icons in web browser application (http://www.youtube.com/watch?v=GuuhQur7Tjk). During flashing, the icons should be hightlighted or intensified. I attempted many ways by making icon's background transparent and setting its ColorIntensified to be white but the icon still be black during flash (black in the whole icon). I also looked at TextStimulus.cpp and ImageStimulus.cpp but still no clue. Do I need to set value of RenderingMode parameter? What is the default value (transparent or opique) in binary version?

Please direct me to the link explained how to set P300's parameters or how to create icon .bmp picture in order to solve this problem.

Thank you very much

Re: Icon or Image Flashing Style in P300

Posted: 12 Apr 2011, 02:50
by mellinger
Please direct me to the link explained how to set P300's parameters
The P3Speller parameters are explained at
http://www.bci2000.org/wiki/index.php/U ... pellerTask
There, IconHighlightMode and IconHighlightFactor are the parameters that might help you.

Juergen

Re: Icon or Image Flashing Style in P300

Posted: 12 Apr 2011, 10:06
by jsuwicha
mellinger wrote:
Please direct me to the link explained how to set P300's parameters
The P3Speller parameters are explained at
http://www.bci2000.org/wiki/index.php/U ... pellerTask
There, IconHighlightMode and IconHighlightFactor are the parameters that might help you.

Juergen
Thank you very much. I'll try to work it out. :D