-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overhaul of the StreamViewer #51
Labels
Milestone
Comments
mscheltienne
added
🌟 enhancement
Proposed improvement or feature request.
viewer
Issues related to the Viewer API.
labels
Feb 12, 2022
This was referenced Feb 12, 2022
This was referenced Feb 15, 2022
For real-time annotation, the causality of the filter prevents us from getting a clear relationship between a location on the viewing area and a location in the saved dataset. PR #47 can serve as a basis for a second attempt. |
Depends on the overhaul of the Receiver API: |
mscheltienne
changed the title
Overhaul for the StreamViewer
Overhaul of the StreamViewer
Sep 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The StreamViewer API needs an overhaul. It will be rename as
Viewer
to match the newStream
andPlayer
API. The newViewer
API will interface with one or moreStream
and will use methods fromStream
to edit the stream properties:Moreover, the Viewer should be able to connect to multiple streams. Streams with a regular sampling rate should be displayed as channels (/!\ identical channel names between streams must be covered) while streams with an irregular sampling rate should be displayed as vertical lines.
For the filter, some thinking is required to compensate or ignore the causal delay introduced on one or all channels (and between a regular sampling rate stream and the vertical lines from an irregular one).
The backend should be
pyqtgraph
with OpenGL for better display.The text was updated successfully, but these errors were encountered: