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

Create openasi project #74

Open
bgottula opened this issue Jan 21, 2023 · 0 comments
Open

Create openasi project #74

bgottula opened this issue Jan 21, 2023 · 0 comments
Assignees

Comments

@bgottula
Copy link
Collaborator

I recently wrote some custom libusb code in the capture program to replace some problematic code in the official ZWO driver for video streaming. This worked great, but now there is effectively driver code intermingled with application code. I think it could be cleaner to move this libusb code into a separate project which I'm calling openasi. This would aspire to eventually be a fully open-source implementation of the ZWO camera driver, but to get started only a couple of the APIs would have open-source implementations and the rest would just call into the official driver. Over time the other APIs could be incrementally replaced with open-source implementations until eventually the official driver is no longer needed at all.

@bgottula bgottula self-assigned this Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant