Search found 2 matches

by Niya24
Fri Oct 02, 2020 9:40 am
Forum: Acquisition server and drivers
Topic: How to send data from OpenVibe directly into Python without using designer
Replies: 3
Views: 7078

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

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...
by Niya24
Thu Oct 01, 2020 6:34 am
Forum: Acquisition server and drivers
Topic: How to send data from OpenVibe directly into Python without using designer
Replies: 3
Views: 7078

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

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 :)