Hello every one ,
i'm using OpenCv on Raspberry Pi. I just did an apt-get update & upgrade then opencv stops working. This line was the Problem:
from .cv2 Import *
ImportError: libvpx.so.4: cannot open shared object file: No such file or Directory
I tried to install libvpx and libvpx-dev but it does not work. Anyone knows how to fix this?