open-ephys / open-ephys-python-tools

Python code for interacting with the Open Ephys GUI
MIT License
29 stars 18 forks source link

Stream signals ? #2

Open samuelgarcia opened 3 years ago

samuelgarcia commented 3 years ago

@jsiegle Hi Josh. Do you plan to implement a stream for continuous signals here ?

For the realtime tridesclous I did this but the chain is over complicated :

Having a way to receive directly the signals stream would be super cool.

And even more : a way to send back a "spike stream" without waveform.

jsiegle commented 3 years ago

There are a few existing solutions for streaming data out of Open Ephys, such as the ZMQInterface, LabStreamingLayer Outlet, and the RiverOutput. We plan to use this repository to standardize and centralize the code for interfacing with these streams, but we don't have a timeline for when that will be ready.