How to send data from OpenVibe directly into Python without using designer

Obtaining data from various hardware devices
Post Reply
Niya24
Posts: 2
Joined: Sat Sep 26, 2020 2:57 am

How to send data from OpenVibe directly into Python without using designer

Post by Niya24 »

I have written some classification algorithm in Python jupyter notebook and I want to directly send my data from OpenVibe to that Python notebook(Jupyter notebook) for further classification rather than using a designer.How to do it ? Thank You in Advance :)

Thibaut
Posts: 264
Joined: Wed Oct 31, 2018 9:14 am

Re: How to send data from OpenVibe directly into Python without using designer

Post by Thibaut »

Hi,
I need more information.
You wan't to send and use data in real time or just used saved data ? and the problem is the file format ?
Thibaut

Niya24
Posts: 2
Joined: Sat Sep 26, 2020 2:57 am

Re: How to send data from OpenVibe directly into Python without using designer

Post by Niya24 »

Thank You for replying,
The basic application is to control an object(like a drone or any other object) in real time using brain signals. So, I need to acquire data through headset(I am using an ANT Neuro EEG headset for this purpose) and without saving or converting it to csv, I want that it can be directly sent to my python script for classification .But I have to do it without the use of designer.

Thibaut
Posts: 264
Joined: Wed Oct 31, 2018 9:14 am

Re: How to send data from OpenVibe directly into Python without using designer

Post by Thibaut »

Hi,
one pissibility is to send from the acquisition server the data with lsl. so you can use lsl in python without designer. But if you wan't to use box of designer wihtout designer it's (actually) impossible.
Thibaut

Post Reply