Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是想知道,
由于条形码扫描仪在 Android 中工作。是否有可能在android中制作基于ocr的应用程序,它只能在旅途中识别字符..
意味着当我在应用程序中启动我的相机时,它应该开始工作而不是拍照然后识别......
先感谢您。
您可以使用适用于 Android 的 OpenCV。对于动态识别,您可以在此处查看 BarCodeScanner 如何实现它
OpenCV4Android