How to install OpenCV on Arch
How can I get opencv to work on Arch (Antergos)?
I can install opecv from the extra-repository, but when I use "import cv2" in python I get the error "libhdf5.so.100 cannot open shared object file". Installing the opencv-git from AUR doesn't work because my /tmp folder runs out of space at 9% build proces.
Installing using pip works, but cv2.VideoCapture() doesn't (cap.isOpened() returns false), I read it's because it is not compiled with ffmpeg included.
Is there a solution to my problem?
how about building from scratch? all your issues seem to be related to the fact that the library is built with stuff not available on your OS...