AKA*_*AKA 1 android vision google-play-services
我在用 compile 'com.google.android.gms:play-services-vision:9.4.0+'
用于二维码和 EAT-8、EAT-13 等。
但我无法管理
<com.testing.CameraSourcePreview
android:id="@+id/preview"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.testing.GraphicOverlay
android:id="@+id/graphicOverlay"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</com.testing.CameraSourcePreview>
Run Code Online (Sandbox Code Playgroud)
上述问题的解决方案是:
从 CameraSourcePreview 注释或删除以下行,应该没问题。我遇到了和你一样的问题,现在已经解决了。
if (childHeight > layoutHeight) {
childHeight = layoutHeight;
childWidth = (int)(((float) layoutHeight / (float) height) * width);
Run Code Online (Sandbox Code Playgroud)
}
| 归档时间: |
|
| 查看次数: |
1851 次 |
| 最近记录: |