I am new to the raspberry world.
I was trying to install opencv on my raspberry pi 2 and when I give the command:
wget -O opencv.zip https://github.com/Itseez/opencv/archive/3.0.0.zip
I get the error:
Cannot write to 'opencv.zip' (No space left on device).
Do you know if is it possible to mount, compile and run opencv on an external hard drive?
Thank you in advance for your time.