Welcome Guest, you are in: Login

EventIDE Wiki

RSSRSS

Navigation




Search the wiki


PoweredBy

Page History: ROI Element

Compare Page Revisions



« Older Revision - Back to Page History - Newer Revision »


Page Revision: 2013/10/17 20:04


Element Icon ROI Element
Info
Category: Behaviour Control AddIn: Base Elements
Creator: OkazoLab Team Scope: Parent Event
Owns Snippets: Triggered Usage: Runtime Screen,Snippets


Description

ROI element creates a "region of interest" on the screen and continuously evaluates a positional input in relation to that area. The positional input can originate from any supported source, such as the system mouse (default), touchscreen or eye-tracker. The ROI element can detect specific input patterns, e.g. continuous fixations and saccades in and out of the region of the interest. The accurate timing statistics of such pattern is recorded by the element.

Practical use

The ROI element can automatically detect the status changes in a positional input. If a change occurs the element gets triggered. The ROI element can work in one of three triggering modes:

Instant mode

In this mode the element detects when positional input enters the element's region on the screen. As soon as it happens, the element get triggered- the time of event is recorded and snippets code executed, if it is defined).

Fixation mode

In this mode the element detects when positional input enters the element's region on the screen and stays there for predefined time period. The period duration is defined by the [Fixation duration] property of the element. The element get triggered, if the duration is expired and input position still inside of the region. If the input position leaves the region before the duration is expired, the element is not triggered.

Trapper mode

In this mode the element detect a moment when the input position leaves the element's region (assuming that it has been inside before onset of the parent event). This mode is handy for when breaks in previously archived fixation have to detected.

You can choose only between the rectangular or elliptical shape for the "element's region. It's sufficient for most of scenarios but, however, you can always create radar areas with complex shapes by combining several radar area elements in the same event. In this case, you may need to check the states of multiple radar area elements manually, in your snippets.

Notes

  1. The radar area element can be triggered only once during activation of the parent event. If you need multiple triggering, redesign your experiment flow (e.g. use several events) or reactivate the parent event. Alternately, reading [Is Over] property of the element will provide a status of positional input even after the element is triggered.
  2. the radar area element can be affected by the solar visual transformations if they are applied to the parent event. In such cases, relations between positional input and watched areas can be incorrectly estimated. Always place radar area elements in events that have no such transformations.
  3. if you have several active radar area elements that watch the same screen area they can be triggered at the same time.

Properties

Genetic properties

NameDescriptionAttributesValue Type
Settings
Area shapeDefines the shape of the “watched area” stTargetShape
Border visibleDefines, if a border is shown around the ROI area at runtime. Boolean
Radar providerDefines which of the parent events in the layer hierarchy provides the positional data String
Triggering modeDefines the conditional mode that trigger the element.DstTargetHitMode
Fixation durationDefines the duration (in ms) of the fixation interval when the element works in the "fixation" mode. Otherwise, the value is not used.D,RUInt64
Runtime info
Is OverIndicates at the runtime if the positional input is currently inside of the "watched area".R, Read-onlyBoolean
Is TriggeredIndicates if the element has been triggered starting from current activation of the parent event.R, Read-onlyBoolean
Trigger timeShows event's time (ms) when the element was triggered.R, Read-onlyUInt64
Visual appearance
AntiAliasingif true, the rendered content will be antialiased for smoother visual appeariance. If false, rendering will be authentic to its source, e.g. a bitmap. Boolean
PositionPosition of the element on the screen areaD,R,*clPoint (X.Y,R,Theta)
SizeSize of the elementD,R,*clSize (Width,Height, aWidth,aHeight)
Z orderIndicates Z Order of the element on the given eventR, Read-onlyInt32
AlignmentDefines alignment of the "watched" area to its position. The default value is the central alignment.D,R,*stAlignment Int32
Effects
Color maskProduces a multiplicative combination of the original pixels and the selected mask color (except the alpha channel). The effect emulates a look through a colored glass. White or transparent mask color dont change the original pixels.D,R,*clColor
SaturationSaturation of the rendered content. Double



+=== Properties inherited from clElement === Inherited properties of clElement
NameDescriptionConstraintsValue TypeUpon Change
Control
Is EnabledIf set to false the element is completely omitted when the experiment is run.Boolean
TitleTitle of the element.String

The list of Text element properties:

Resource Holder inherited properties

CATEGORY ,Property name Description type Value type
RESOURCE LIST
Resource index The index of item in the resource list that is currently used by the element. Notice, that index starts from 1.D,R,* Int32
Resource count The number of items loaded in the resource list of the element D,R,Read-only Int32

ScrewTurn Wiki version 5.2.0.8. Some of the icons created by FamFamFam.