sipeed / libmaix

New MaixCDK will replace this repo: https://github.com/sipeed/MaixCDK
https://github.com/sipeed/MaixCDK
MIT License
67 stars 27 forks source link

Installing OpenCV2 for Python #4

Open thepian opened 3 years ago

thepian commented 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?

junhuanchen commented 3 years ago

try opkg update && opkg install opencv ?

maybe network problem?

图片

opencv_4.1.0_sunxi.ipk.zip

thepian commented 3 years ago

Excellent, that worked