-
-
Notifications
You must be signed in to change notification settings - Fork 459
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
feat(spoolman): QR code scanning support #1149
Conversation
Signed-off-by: Mathis Mensing <[email protected]>
Signed-off-by: Mathis Mensing <[email protected]>
Signed-off-by: Mathis Mensing <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One typo, once that is fixed this is good to go!
Co-authored-by: Pedro Lamas <[email protected]>
Signed-off-by: Mathis Mensing <[email protected]>
@NonaSuomy Feel free to test these changes, I just added support for using the device's camera as a scan source |
@matmen To fix #1150, I made Having said that we now know that this will still fail if the streaming server is not setting the |
And while we're at it, we might want to add #1151 here? |
Signed-off-by: Mathis Mensing <[email protected]>
Signed-off-by: Mathis Mensing <[email protected]>
Signed-off-by: Mathis Mensing <[email protected]>
As described in #1119
Adds support for spoolman QR codes (Donkie/Spoolman#10).
Adds an option to automatically commit a spool selection when a valid QR code is scanned (no need to manually confirm the selection)
Adds support for using the device's camera as a scan source (#1119 (comment))
Closes #1151