Open denizsincar29 opened 1 year ago
I found that there is a huge speedup by telling the library to look for at most one code using decode(arr, max_count=1)
. Further speed gains may be possible by downsampling the image prior to decoding.
Concerning the robustness, I've found an even illumination and a proper quiet zone to be very important for successful decoding.
Hello. I tryed this code and it seams to be very slow. using pygame camera and libdmtx to decode datamatrix, i got 2 scans in second and it doesn't decode properly.