Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

libraries list / locator ?

For whatever reason none of the OpenCV sample codes identifies libraries to link to. This seems to be a common beginner, like me , issue leading to "undefined symbols" and frustrating search for library to link to.

For example - what is a recommended way to find the library for VideoCapture?

PS I am using GCC in Eclipse and the linked libraries seems to be of "static" type. Not really sure how to tell the linker to use dynamic library, or if it is even an option. Seems that with CPU's access to GBs of memories using DLL or painstakingly options static libraries is rather anachronistic. Just saying.

.