sz3
sz3
I wrote up thoughts on the approach *I* hope to take here: https://github.com/sz3/libcimbar/issues/71#issuecomment-2337147651 But other R&D attempts at frontends are welcome. Ideally the libcimbar component will evolve into something that...
A beta version of the receiver webapp is up at https://re.cimbar.org , and should work on iOS. (and offline as a PWA...) See the release for more info, including the...
> Great, but I'm not sure if it's due to the phone's performance or something else, but decoding cannot be triggered on iOS, iPhone 14 with iOS 16. Do you...
If it's none of that, then it might be that I'm not using the right camera options for newer iphones...
Hmm. Thanks for testing this... It's definitely broken there (it's not even showing the image format 🙁 ). I'll have to get my hands on a different iphone to test...
I assume you're building it locally? The opencv libraries (in a directory like `OpenCV-android-sdk/sdk/native/libs/arm64-v8a/`) are the biggest files in the final apk -- and the only platform we're really supporting...
> After the app accepts the file, the file name and suffix are incorrect, and they need to be modified manually every time. It’s okay if the file name is...
Good news! https://github.com/sz3/cfc/releases/tag/v0.6.2d
It's not an easy change, but I'm hoping to move in this direction. Specifically: the code in libcimbar reassembles the file in RAM (because that's how `wirehair` works) then writes...
The first number is "encode id". It increases sequentially every time a new file is encoded, and loops at 127 since only 7 bits are used. Its main purpose is...