sz3

Results 135 comments of sz3

The `--ecc=30` and `true` are unnecessary. That error is consistent with 22.png not existing -- or being in a different directory than the one you're running the code from. Another...

I did create a ko-fi on a whim a while back (https://ko-fi.com/sz333), but I'm not sure if I want to add it to the project. It feels a bit strange...

20 meters is far, so I would hope the screen is very large and/or the camera is very hi-res. As a rule of thumb you're going to need something like...

Unfortunately we need a block of contiguous memory, and sometimes the OS/browser doesn't want to do that (sometimes?) when the size is large enough. Not sure what a good solution...

#96, #132 also describe this same problem. I do think we can do better with memory usage during encoding. I'm not sure how many of these errors it'll solve, but...

So with https://github.com/sz3/libcimbar/releases/tag/v0.6.3, this might actually work now. 🤔

Thanks for testing this! We might be looking at a browser-dependent soft upper limit. 🤔 (basically: we should add some better error handling to at least explain the error, but...

I've actually been thinking about this a lot. Hoping to make some time (probably still a few months away unfortunately) to put together a webapp version of the decoder, with...

update: I'm looking into this. (specifically, a native iOS app)

https://github.com/sz3/libcimbar/releases/tag/v0.6.2c It's not a native app (I still want to write one at some point), but as of the 0.6.2c release there is now a web-based decoder at https://re.cimbar.org On...