Open linzissu opened 2 years ago
Dear tancik:
I got the following error when running encode_image.py:
encode_image.py
Error: Can only encode 56 bits (7 characters) with ECC.
I'm confused about why it can only encode 56 bits (7 characters) with ECC.
Thanks in advance! 😄
The total message budget is 100 bits but some of the bits need to be used for error correction. We use BCH codes which you can learn more about here - https://en.wikipedia.org/wiki/BCH_code
Dear tancik:
I got the following error when running
encode_image.py
:I'm confused about why it can only encode 56 bits (7 characters) with ECC.
Thanks in advance! 😄