sz3

Results 135 comments of sz3

The two places to start are probably: 1. the existing jni bindings the android app uses for *decoding*, here: https://github.com/sz3/cfc/blob/master/app/src/cpp/cfc-cpp/jni.cpp#L158-L207 2. the "cimbar_js" interface the wasm uses for encoding, here:...

> Just saying, if you install termux (as far as I can tell, the google play version is depreciated, so you'll need to install f-droid or download the apk from...

Yeah, error handling should be better. At the very *least* it'd be good to report the `WebGL creation failed` part back.

It'd be helpful. I left it out initially due to (perceived) security risk on my part. I've sort of come around on it though -- I don't think it's *too*...

Implementation wise, I alluded to it [here](https://github.com/sz3/libcimbar/issues/77#issuecomment-1722308518) > another option is to use the "skippable frame" functionality of zstd to attach some metadata to the transfer. That's probably how I...

It's not fully static, but it still will hopefully be helpful/useful. 1. you may have figured this part out, but you'll need to download+extract opencv to `opencv4/` first -- the...

Looks like a minor fix (pinning cmake) might be necessary for the script to work as described above: https://github.com/sz3/libcimbar/pull/85 I'll merge that into master momentarily. (edit: done)

> It works, and builds statically (so if you want, 4.9.0 opencv will work, but the rest of the script might need some tweaking to run without docker, which is...

Unfortunately, I haven't implemented that (yet?) in this repo -- the sad truth can be seen [here](https://github.com/sz3/libcimbar/blob/master/src/lib/cimb_translator/Config.h#L14-L17). (since it's constant, there are probably other places that need to be updated...

Well, if it'll fit into 5000 bytes, black and white might suffice. Though that's not *too* different from a max-capacity QR code at that point. cimbar does have zstd built...