Page 1 of 1

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

Posted: Thu Oct 01, 2020 6:34 am
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 :)

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

Posted: Fri Oct 02, 2020 9:01 am
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

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

Posted: Fri Oct 02, 2020 9:40 am
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.

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

Posted: Tue Oct 06, 2020 10:14 am
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