stack_wallet icon indicating copy to clipboard operation
stack_wallet copied to clipboard

Desktop Webcam

Open trymeouteh opened this issue 3 years ago • 1 comments

Please allow for the desktop app to use a webcam to scan QR codes and have a setting to choose which webcam device to use in the settings.

trymeouteh avatar Jan 11 '23 16:01 trymeouteh

Windows:

  • https://www.dynamsoft.com/codepool/flutter-windows-desktop-barcode-qr-scanner.html
  • https://pub.dev/packages/camera_windows (https://github.com/yushulx/flutter_camera_windows)

Linux:

  • https://github.com/islamroshan/camera-linux
  • Need to apt install libopencv-dev

macOS:

  • https://pub.dev/packages/camera_macos

sneurlax avatar Jul 11 '24 22:07 sneurlax