Ask Your Question

Judas's profile - activity

2019-03-07 02:21:29 -0600 received badge  Notable Question (source)
2019-02-14 05:43:56 -0600 received badge  Popular Question (source)
2017-06-16 00:01:59 -0600 received badge  Self-Learner (source)
2017-06-15 17:40:36 -0600 answered a question How to install OpenCV on Arch

I build it from scratch yesterday. Never build a package before so I did't now how to start. Apparently CMake gui is already installed on Antergos so I used this method, really easy in fact.

Just choose source and destination directory and: click "configure" -> check parameters -> click "generate" -> use "sudo make install" in the destination folder. I made sure ffmpeg was included and now it's working.

Thank you for the replies!

2017-06-13 17:43:05 -0600 asked a question 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?