Scan local paths from QR Codes and open it in file explorer.
I started this as an experiment cause I need to share network folders urls and open it from computer, the idea is simple:
- You encode the network folder url into a QR code
- You send qr to you phone
- Scan the QR on your computer (With this application) and the network folder automatically will be opened in file browser
- The UI is build on top of Java FX, so you will need a JRE or JDK with Java FX included to run it
- The scan is made through ZXing library
- The image acquisition is done through Webcam capture library