Skip to content
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

Pause/stop pipeline without closing device #84

Open
oysstu opened this issue Mar 11, 2021 · 1 comment
Open

Pause/stop pipeline without closing device #84

oysstu opened this issue Mar 11, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@oysstu
Copy link
Contributor

oysstu commented Mar 11, 2021

Would it make sense to add a method to pause or stop a loaded pipeline, i.e. the opposite operation of Device::startPipeline? Currently, the device must be closed and re-opened to start/stop a pipeline.

Perhaps an unrelated question to the above; but is it or will it be possible to switch between pipelines in the future without reopening the device?

@themarpe
Copy link
Collaborator

Might be added although not planned for now.

Most likely no in the near future - a reset of the device gives a clean state that we need to start constructing and starting the pipeline. Because of underlying limitations of the firmware framework that we are using, doing so would require a dive into it and rework, as well as making sure that it plays nicely with everything else.

@themarpe themarpe added the enhancement New feature or request label Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants