-
Notifications
You must be signed in to change notification settings - Fork 0
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
🚀 Roadmap #41
Comments
shameless self-plug; checkout my project Cyclopts for the CLI ;) However, I've rarely actually used FastAPI; if Typer/FastAPI play nicer together (since they're both Tiangolo projects), then I'd say go for Typer. Edit: also more self-plugs checkout my autoregistry for managing your camera-hooks. An example (with Belay) can be seen in my magnetometer project where I use autoregistry to manage my different magnetic-sensor-types. |
@BrianPugh Haha, great to see you here! You may have noticed I also just started a discussion on Belay 😂 I'm still not 100% sure I'll need FastAPI (it's been recommended to me, but I'm not really sure I see the need for myself) - so will definitely consider Cyclopts! |
Precisely; assuming that each camera needs custom data/methods/whatever, this is exactly what All my projects are on pypi; I'm not against publishing on conda-forge, I just never really investigated it. If it becomes a big blocker I could maybe investigate more. |
That sounds great, I'll add it to the list! I could possibly help with that, come the time - I'm starting to get somewhat of a grip on how that works (I think...)😊 EDIT: Seems they're already on there:
So I guess you can add |
Note to self, maybe it would be much simpler to make a napari plugin?! E.g. https://github.com/jacopoabramo/napari-live-recording already shows you can record, but is more focused on microscopy. |
Alright, I think Bux can still be of use. But I would want a completely refactor, make it easier to maintain and use modern components.
Tool Summary
Microcontrollers
I'll need to come up with a proper solution for how to integrate with Belay.
Cameras
I think the camera solution worked well, but a few things to consider:
The text was updated successfully, but these errors were encountered: