Вот что мне нужно достичь:
Код: Выделить всё
- Detect and decode up to 10 QR codes simultaneously.
- Process the results efficiently for real-time feedback.
Код: Выделить всё
- I’ve reviewed the ML Kit Barcode Scanning API documentation, but it’s not clear whether this functionality is supported out of the box.
- I tested the API with single QR codes, and it works perfectly for one barcode or QR code at a time.
- I attempted scanning multiple QR codes by feeding a frame containing multiple codes, but it seems to detect only one at a time.
Код: Выделить всё
- Does Google ML Kit Barcode Scanning API natively support multiple QR code detection?
- If not, is there any open-source implementation or workaround to achieve this functionality using ML Kit or another library (e.g., Zxing or ZBar)?
- Are there specific configurations or techniques to enhance the detection of multiple barcodes/QR codes in one frame?
Код: Выделить всё
- Development environment: Android (Java/Kotlin)
- Library version: Google ML Kit Barcode Scanning (latest version as of writing)
- Use case: Real-time scanning of bulk QR codes (up to 10) in a single camera frame.
Спасибо!
Подробнее здесь: https://stackoverflow.com/questions/792 ... ltaneously
Мобильная версия