glassechidna / zxing-cpp

ZXing C++ Library
Apache License 2.0
605 stars 436 forks source link

Detecting QR code before all 3 centers. #59

Open NoamResnick opened 6 years ago

NoamResnick commented 6 years ago

Hi, I'm not entirely sure if what I'm asking is possible. Is there any way for ZXing to alert me when at least 2 centers of a QRcode are detected? From what I managed to understand from the code, if at least 3 centers of the QRcode are detected ZXing will attempt to decode the QRcode and return the information. What I want is for ZXing to alert me when 2 centers are detected, without attempting to decode it obviously.