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.
您好,我正在尝试制作我自己的特殊自定义代码扫描仪。我的应用程序渲染了一个特殊的自定义条形码,我需要制作一个非常简单的扫描仪,它将获取当前使用相机看到的内容并快速处理它以解码条形码。那么如何在不按下“拍摄”按钮的情况下从相机中抓取帧并将它们用作图像。
检查开源项目。它无需单击拍照按钮即可提供条形码。
关联
谢谢