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

Upstream changes #6

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

br8kpoint
Copy link

A few fixes for binding contexts and a fix for the serial controller double starting. This will prevent Access Denied on Windows and possibly other issues on other platforms.

Also implemented a work around for preventing the library crashing when the cameraBuffer is empty on error in Camera. This seems like a bad idea because why is the cameraBuffer empty? Basically ignores the error. Need to figure out why the cameraBuffer is empty to handle this properly.

prevent crash if camerBuffer is empty on error
- fix binding context on serialconnection events
- comment out start in startSerial because it is called in constructor
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

Successfully merging this pull request may close these issues.

None yet

1 participant