Elektrine lite

← Feed

@CalcProgrammer1@mastodon.social

Post #688908

2025-04-26 01:28 UTC

Wow! The QR code scanning verification feature of the Fractal Matrix client JUST WORKS on OnePlus 6T on #postmarketOS! It verified the OnePlus 6's login. Didn't even need to use focus control, just focused by moving the phone closer.

Replies (1)

  • @rmader@mastodon.social 2025-04-26 08:44

    @CalcProgrammer1 And it's using the rqrr library, nice! That's the same one that's also used in the latest version of Snapshot/Decoder/Warp/etc. and compared to zbar has the advantages of being written in rust (really nice when dealing with untrusted input) and supporting utf8. When it comes to detection it's not fully on par yet, though, and struggles in various situations while working perfectly in others. Problem cases include Settings wifi QR codes and scanning from apps in dark-mode.

    Open ##1556701