feat(desktop): add webcam QR code scanning for bunker login
Uses webcam-capture + ZXing to scan QR codes from the camera. Click the QR icon on the login screen to open a webcam scanner dialog that auto-detects bunker:// URIs from Amber's QR display. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -46,9 +46,10 @@ dependencies {
|
||||
// JSON
|
||||
implementation(libs.jackson.module.kotlin)
|
||||
|
||||
// QR code decoding from images
|
||||
// QR code scanning (webcam + image decoding)
|
||||
implementation(libs.zxing)
|
||||
implementation(libs.zxing.javase)
|
||||
implementation(libs.webcam.capture)
|
||||
|
||||
// Collections
|
||||
implementation(libs.kotlinx.collections.immutable)
|
||||
|
||||
Reference in New Issue
Block a user