Emotiv / cortex-example

Example with Cortex V2/V3 API
https://emotiv.com
MIT License
202 stars 115 forks source link

Export data to CSV with Python #32

Closed xaviervasques closed 5 years ago

xaviervasques commented 5 years ago

Hello, If someone has a simple way to export data to a csv file using python it would be very helpful (few lines of code). In addition, getting the EEG data for exemple on a float array would be great. Thank you, Xavier

nguoithichkhampha commented 5 years ago

Actually, you can only export data via Emotiv Pro app. another way to save data to csv file is subscribe data from cortex api and write csv file by yourself.

xaviervasques commented 5 years ago

Thanks. Indeed with subscribe data is the best way. You can do json loads and after put them the way you want.