Excite-O-Meter
Excite-O-Meter
Cancel

Excite-O-Meter

A Software Framework to Integrate Physiological Data in Extended Reality Applications.

📃Paper: Excite-O-Meter: Software Framework to Integrate Heart Activity in Virtual Reality, ISMAR21.

Repository/Documentation: https://github.com/luisqtr/exciteometer

📱Windows 10 App: https://www.microsoft.com/store/apps/9PFMNFQJB99Q

🖥Project Website: http://exciteometer.eu/

teaser

Description

The Excite-O-Meter (EoM) is a package that extends a standalone Unity project with functionalities to easily record users’ data in experimental sessions. It captures heart and motion activity, automatically extracts relevant data features, and visualizes the collected data directly in your compiled desktop application. Suitable for Unity developers wanting to analyze body responses from users or researchers conducting empirical studies in interactive applications with Unity.

The EoM enables the integation of heart activity and movement analysis in any standalone application created with Unity, intended for Extended Reality (XR). This plugin contains all the logic to record data from external wearable sensors, log into persistent files, and visualize the captured data without leaving the Unity Editor.

The tool is simple to use and doesn’t require coding. The EoM is particularly suitable in two use cases: 1) for hobbyists or Unity developers wanting to measure the body responses that your application induces on your users. 2) for researcher running scientific experiments (e.g., psychology or behavioral research) in XR and wanting to easily collect data using a Unity environment that you created or found online.

The EoM may be used without external wearable sensors. However, the tool’s main advantage is the easy integration with body sensors compatible with LSL. Currently, it is compatible with the chest strap sensor Polar H10 to capture heart rate (HR) and heart rate variability data (HRV), (see top-right image). It also records movement from any object in the scene, useful to record head movement from Virtual Reality (VR) headsets record headsets. Additionally, screenshots and manual string markers can be added to label specific events occurring while users interact with your XR environment. Finally, it includes a data visualizer to review the session of the user offline (see bottom-right image), showing in synchrony all the time-series data, screenshots, and markers. Everything works in the Unity Editor and in the final compiled application.

This post is licensed under CC BY 4.0 by the author.

Trending Tags