how to scan barcode using Camera QML Type ?
-
i need help regarding how to scan barcode using this qml library function. also i need approach also. because there is it take time when scan barcode.
so if anybody know then tell me how to achive this task fastly ?
-
@Qt-embedded-developer said in how to scan barcode using Camera QML Type ?:
so if anybody know then tell me how to achive this task fastly ?
fast, no.
It took me week to get a simple camera stuff working, add a couple of days to integrate the QR code scanning library (ZXing-cpp works for me), putting it in its own thread to keep stuff fast.
Good luck!
-
i need help regarding how to scan barcode using this qml library function. also i need approach also. because there is it take time when scan barcode.
so if anybody know then tell me how to achive this task fastly ?
@Qt-embedded-developer There is no support for decoding barcodes in Qt. You will need to use third party library for that.
-
@Qt-embedded-developer said in how to scan barcode using Camera QML Type ?:
so if anybody know then tell me how to achive this task fastly ?
fast, no.
It took me week to get a simple camera stuff working, add a couple of days to integrate the QR code scanning library (ZXing-cpp works for me), putting it in its own thread to keep stuff fast.
Good luck!
-
This post is deleted!
-
This post is deleted!
This post is deleted!