Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you don't need deep neural networks with Caffe support, just uncheck BUILD_PROTOBUF (and the DNN related stuff). The error message shows that it tried to download the Protobuf sources for local build, but it didn't succeed.

If you need DNN, it's probably better to install Protobuf and Caffe separately before building OpenCV. I had similar issues while trying to build OpenCV on Windows with DNN.