QZXing: How to draw rectangle around detected barcodes?
Unsolved
QML and Qt Quick
-
Hello I am new to QML and I really like it. I am using the QZXing live barcode reader from: https://github.com/ftylitak/qzxing/tree/master/examples/QZXingLive
I can see in https://github.com/ftylitak/qzxing/blob/master/src/QZXing.cpp
there is an object QRectF rect being returned.
How can I draw a rectangle around the detected barcodes to highlight them in the live video feed?
-
@zeroalpha Take a look at this project for example: https://github.com/milosolutions/mbarcodescanner