Open thepian opened 3 years ago
The way to install OpenCV is opkg update && opkg install opencv. That works, but it doesn't seem to include Python binding. How do you install the cv2 package?
opkg update && opkg install opencv
cv2
try opkg update && opkg install opencv ?
maybe network problem?
opencv_4.1.0_sunxi.ipk.zip
Excellent, that worked
The way to install OpenCV is
opkg update && opkg install opencv
. That works, but it doesn't seem to include Python binding. How do you install thecv2
package?