Installing OpenCV-3.4.6.ipk fails on VOXL Emulator Docker Image (1.0.0)
-
Installing OpenCV-3.4.6.ipk fails on voxl_emulator
opkg install OpenCV-3.4.6.ipk. Even tried compiling and installing the generated ipk. Likely issue with installedopencv2.4version from ROS.
Deploy on VOXL target works fine. -
Total hack, but this just worked. We still need a clean way of uninstalling opencv2.4
$ opkg list | grep opencv $ opkg remove lib32-opencv --force-removal-of-dependent-packages $ opkg list | grep opencv $ opkg remove lib32-opencv-dbg --force-removal-of-dependent-packages $ opkg remove lib32-opencv-calib3d2.4 --force-removal-of-dependent-packages $ opkg list | grep opencv $ opkg remove lib32-libopencv-calib3d2.4 --force-removal-of-dependent-packages $ opkg list | grep opencv $ opkg remove lib32-libopencv-core2.4 --force-removal-of-dependent-packages $ opkg install opencv_3.4.6_8x96.ipk $ /usr/bin/opencv_version 3.4.6
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login