I’m sure I’m doing something wrong:
If I just want to read images and videos (imread(), VideoCapture::read()), do I need to add the whole list of LIBs provided with OpenCV in the dependencies? Same for the DLL, should I provide all of them with my program? Shouldn’t there be an error message thrown by Windows if a DLL is missing?
Thanks and sorry for th newbie questions.