smerdov / DataCollectionSystem

Code for a scalable data collection from multiple sensors (IMU, infrared camera, EMG, EEG, GSR, HRM, environmental sensors, eye tracker).

Home Page:https://arxiv.org/abs/2011.00958

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is code for sensor data collection for eSports players. We used this code to simultaneously collect sensor data from 5 players in League of Legends. The code collects data from the following sensors:

  1. Electromyography sensor (EMG) Grove EMG Sensor v1.1 (captures muscle activity).
  2. Galvanic skin response sensor (GSR) Grove GSR Sensor v1.2 (captures stress level).
  3. Inertial measurement unit (IMU) Bosch BNO055 (captures movements).
  4. Environmental atmosphere sensor Bosch BME280 (captures temperature, humidity, etc.).
  5. CO2 sensor MH-Z19B.
  6. Eye tracker Tobii 4C (captures eye movements, pupil diameter).
  7. Electroencephalography (EEG) headset Emotiv Insight (captures brain activity).
  8. Infrared camera Flir One (captures facial skin temperature).
  9. Heart rate monitor Polar OH1 (captures stress level).
  10. Pulse-oximeter sensor Maxim MAX30102 (captures oxygen saturation level).
  11. Keyboard and mouse activity.

The code organized into directories as follows:

  • FLIROneSDKBundle — Android app for data collection from infrared camera.
  • ArduinoCode — C/C++ libraries for data collection from Arduino board (16 devices recorded simultaneously).
  • PolarDataCollection — code for data collection from Polar OH 1 heart rate monitors.
  • InputLogger — code for data collection from mouse/keyboard.
  • EEG — code for async data collection from EEG headsets with Bluetooth and Emotiv API.
  • Server — GUI program for server for data collection.
  • Analysis — scripts for analysis of experimental results.
  • ExperimentalProtocol — a protocol describing data collection process.
  • Misc — auxiliary ad-hoc code.

The dataset collected using this code is described in this paper. If you find the code or the paper interesting, please feel free to cite it as:

@article{smerdov2020collection,
  title={Collection and Validation of Psychophysiological Data from Professional and Amateur Players: a Multimodal eSports Dataset},
  author={Smerdov, Anton and Zhou, Bo and Lukowicz, Paul and Somov, Andrey},
  journal={arXiv preprint arXiv:2011.00958},
  year={2020}
}

About

Code for a scalable data collection from multiple sensors (IMU, infrared camera, EMG, EEG, GSR, HRM, environmental sensors, eye tracker).

https://arxiv.org/abs/2011.00958

License:GNU General Public License v3.0


Languages

Language:Java 73.6%Language:Python 22.9%Language:C++ 3.5%