sz3

Results 135 comments of sz3

I'm not sure I understand your question. But maybe I can offer some random thoughts that might help? * cimbar is significantly different from QR codes -- there is very...

libcimbar does most of the work itself. But it does use `opencv` to manipulate the image pixels. ![4 bit cimbar encoding](https://github.com/sz3/cimbar-samples/blob/v0.5/docs/encoding.png)

It is not. However, if you're trying to encode while offline (e.g. you can't access cimbar.org), you should be able to download [cimbar_js](https://github.com/sz3/libcimbar/releases/download/v0.5.12/cimbar.html) to your phone ahead of time and...

I'd try increasing the screen brightness on the sender to see if that helps. Otherwise you might have to "trick" the autofocus on the receiver into finding the right focus...

> Is the role of 112112 grid used to form the mat size of 10241024? Yes. The 112x112 is a grid of 8x8 tiles (with 1px between them, so really...

I'm still not sure I understand the question. I do need to update [this document](https://github.com/sz3/libcimbar/blob/master/DETAILS.md) -- perhaps when I do, that will make things less confusing. In regards to a...

> How to calculate this 1550? Oops. This is an error. The number of tiles is `12400` = `(112 * 112) - (4 * 6 * 6)` (the 6*6 here...

> Can I adjust the size by modifying the parameters to support my device This isn't currently supported. I've considered adding a functionality to the python implementation), but the optimized...

Something like that should work, yeah. Right now we don't transfer any information that could be used to correlate across files, but (1) it's possible to embed the information in...

It's a good question, and an open request (see this issue: https://github.com/sz3/cfc/issues/17) Right now to encode on Android you have to download the cimbar.html file to your phone and open...