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

[pipelines] Convert SDCard to Camera API #59

Open
7 tasks
sneakers-the-rat opened this issue Nov 7, 2024 · 0 comments · Fixed by #68
Open
7 tasks

[pipelines] Convert SDCard to Camera API #59

sneakers-the-rat opened this issue Nov 7, 2024 · 0 comments · Fixed by #68
Milestone

Comments

@sneakers-the-rat
Copy link
Collaborator

Convert miniscope_io.io.SDCard to a SDMiniscope subclass of Camera

  • Create SDCard source
    • Parent class FileSource
    • Designate sources as "push" vs "pull" to differentiate from streaming sources - streaming sources "push" data constantly as it is produced, "pull" sources assume the data is static and request it as the consumers need it
  • Create Generator sink to be able to iterate over the outputs of a pipeline
  • Implement abstract methods on Camera and Device
  • Adapt Config
  • Update notebooks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

1 participant