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.
在模拟器上运行 OpenCV for Android 示例需要安装 OpenCV 管理器。我的设备上有 x86 架构。许多教程只是简单地说安装 OpenCV Manager。你能告诉我具体怎么做吗?
我尝试使用“adb install”来安装它,但它不起作用。我在正确的目录中,否则 adb 工作正常。有没有其他方法可以做到这一点?
OpenCV Manager apk 文件包含在 OpenCV SDK 中。
您可以运行安装它:
adb install <...>/OpenCV-2.4.3.2-android-sdk/apk/OpenCV_2.4.3.2_Manager_2.4_x86.apk
(对于其他 SDK 版本路径会略有不同但类似)