OpenCV, ffmpeg and eclipse on linux -


i'm writing program using ffmpeg , opencv. installing ffmpeg have ran sudo apt-get install ffmpeg, , opencv make & sudo make install. have made project , need tell eclipse headers , lib files are. they?

thanks, nahum

i don't run debian, these paths may not right you, packages using binary packages (via apt-get, rather apt-src) install libraries in /usr/lib , include headers in /usr/include.

on system include directory ffmpeg /usr/include/libavformat , include directory opencv /usr/include/opencv , /usr/include/opencv2. both libraries in default location of /usr/lib.

if know name of library, can use find , locate commands location. e.g find / -iname name*.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -