libmaix
libmaix copied to clipboard
Installing OpenCV2 for Python
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?
Excellent, that worked
