I am using the OS as raspbian buster and trying to configure opencv 3.1.0 and python 3.
I am following the tutorial given in https://www.deciphertechnic.com/install ... pberry-pi/
I am getting errors when doing step 9, "make -j4".
Errors are:
make[2]: *** [modules/videoio/CMakeFiles/opencv_videoio.dir/build.make:128: modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_ffmpeg.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:4170: modules/videoio/CMakeFiles/opencv_videoio.dir/all] Error 2
make: *** [Makefile:163: all] Error 2
Please help me to figure this out. I have redone the steps but getting the same error every time.