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.
我正在使用 zxing 条码读取应用程序。我需要在应用程序中添加缩放功能,以便我可以从更远的距离扫描条形码。
即在扫描条码期间,它应该能够缩放相机预览。
我怎样才能做到这一点?
谢谢。
变焦并没有真正的帮助,因为它是数码变焦。事实上,它往往会伤害扫描。它只能通过让用户进一步阻止来帮助,但您可以通过其他 UI 提示来做到这一点。但是,设置缩放并不难。你设置你想要的任何Camera.Parameters缩放CameraConfigurationManager。
Camera.Parameters
CameraConfigurationManager