You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
am i doing something wrong?
![0395956D](https://github.com/sz3/libcimbar/assets/111284535/31ebe65b-4a11-44dd-b8ce-e25d70356663)
I use one of the outputfigs for recv test, but cimbar_recv extract nothing.
int bytes = dec.decode_fountain(img, sink, shouldPreprocess); bytes is always 0.
The text was updated successfully, but these errors were encountered:
Usually to troubleshoot, I save a few frames (e.g. cv::imwrite(img, "/tmp/foo.png")) and look at them individually to figure out if there's an obvious reason why they aren't decoding.
One possibility is that the color decode is failing. The algorithm for that part of the decode is not very good (I'm working on improving it now...)
The text was updated successfully, but these errors were encountered: