我正在使用Vision api檢測QR碼。它適用於三星設備,但不適用於LG設備。這兩款設備都在6.0.1版本上運行,並且沒有錯誤。有什麼建議?未在某些設備上檢測到QR碼的Vision api
1
A
回答
1
這裏的一些示例Zxing-Library和Vision API希望它能幫助你。
上示例項目基地斑馬線庫
雖然QR條碼視覺API試試這個
相關問題
- 1. 在某些設備上未安裝Google Vision條形碼檢測庫
- 2. OnLocationChanged未在某些設備上觸發
- 3. onLocationChanged未在某些設備上調用
- 4. Mobile Vison API檢測不到QR碼
- 5. Android Map API v2未在某些設備上顯示地圖
- 6. 在某些設備上運行但未在其他設備上找到Android類
- 7. Android - 設備未檢測到
- 8. Intent.ACTION_CALL在某些設備上
- 9. QR代碼API需要使用C#檢測.pdf內的QR碼
- 10. 某些設備上的ResourcesNotFoundException
- 11. 某些設備上的java.lang.ClassCastException
- 12. IOServiceGetMatchingServices在某些Mac上找不到某些設備
- 13. FileSyncProvider:DetectChanges未檢測到某些文件
- 14. 某些Estimote信標未被檢測到
- 15. OnTriggerEvent未檢測到某些對象
- 16. 在某些設備上未找到Android資源
- 17. 未在Eclipse中檢測到Android設備
- 18. QR代碼檢測
- 19. 在某些設備上setBackgroundDrawable錯誤
- 20. 編譯在某些設備上
- 21. 的iAD僅在某些設備上
- 22. 無法在某些設備上檢查WIFI_SLEEP_POLICY
- 23. 使用Android的Mobile Vision API掃描QR代碼
- 24. CIDetector未檢測到QR圖像
- 25. API來檢測USB設備
- 26. Android Vision Api - 條碼檢測如何獲取條碼類型?
- 27. Android應用未顯示在某些設備上的Play商店
- 28. 未檢測到藍牙LE設備
- 29. Xcode 4.2未檢測到設備(ios6)
- 30. USB設備未正確檢測到
你嘗試調用['isOperational()'](https://developers.google.com/android/reference/com/google/android/gms/vision/ Detector.html#isOperational())在你的條形碼檢測器上? –
是的,我使用它,並顯示烤麪包,如果它不可操作,但仍然沒有運氣 – Shaifu
你也嘗試['detectorIsOperational()'](https://developers.google.com/android/reference/com/google/android/克/視覺/ Detector.Detections#detectorIsOperational())? –