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.
当我运行应用程序时,我在我的应用程序中使用 card.io-Android -SDk 我无法对焦相机
错误:无法触发自动对焦:java.lang.RuntimeException:autoFocus 失败。
应用程序通过 NULL 表面有什么帮助吗?
card.io 无法成功扫描的卡片有很多。
其中包括较新的卡片,它缺少传统的大型浮雕卡号。即使在传统卡片中,也有一些卡片的背景颜色或图案使扫描变得困难。
问题是没有浮雕卡号card.io的卡不会扫描。
将此代码写入清单文件中...
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />