简体   繁体   中英

OpenCV installation Raspberry Pi 3B model

I am trying to install OpenCV in raspberry pi 3B but every time I try to install it gives error during compilation. I have been trying this for a long time and I don't know how to do it. I have followed mainly all the instruction given in these articles:

I had the same error a few weeks ago and for me it works when I just use

make -j

instead of

make -j4

-j4 simply means that the raspberry pi uses all for cpu cores instead of just one with make -j

Hope I could help and please write if that works for you as well;)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM