kerberos-io / machinery

(DEPRECATED) An open source image processing framework, which uses your USB-, IP- or RPi-camera to recognize events (e.g. motion).
https://www.kerberos.io
490 stars 104 forks source link

FFMPEG from ded-multimedia - different --prefix (/usr/). How to point opencv to it? #93

Open Naprosnia opened 6 years ago

Naprosnia commented 6 years ago

Hi there, i installed ffmpeg from deb-multimedia.org but it has a different --prefix (/usr) from the one to make with tutorial. and with this prefix when i compile kerberosio opencv cannot find ffmpeg. how to point opencv to this ffmpeg instalation? I have tested, that if i install ffmpeg with prefix /usr/local opencv can find it, but with /usr prefix cannot.

cedricve commented 6 years ago

@muten84 can you help?

david-kohen commented 6 years ago

A simple workaround might be to add a link in /usr/local (sudo ln -s /usr/ffmpeg /usr/local/ffmpeg)?