Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 778 Bytes

File metadata and controls

23 lines (15 loc) · 778 Bytes

Acquisition System App for BRAIN - MCE project

This repository contains all files to create a Graphic User Interface (GUI), which contains all the necessary methods to acquire data from the devices used in this proyect, these are listed below:

  • Empatica E4
  • LiveAmp EEG cap
  • Intel RealSense d435i stereo camera

It is intended that with this application, anyone is able to perform the data acquisition in a practical and simple way.

Features

  • Simple and modern interface.
  • Ready to support any E4, LiveAmp device, or camera.
  • Data storage cycle of 1 second.

Technologies

The application was designed using the following:

  • Python programming language, version 3.8.10
  • PyQt, Qt's wrapper for Python applications.
  • Anaconda, for non-installer App building.