opencv_Videoio. Trying to Add a New Api in videocapture class.. Ending up in the linking error?
Added: 1. Added a api declaration in the videoio.hpp 2. Definition for that api in the cap_dshow.cpp and declaration for that in the cap_dshow.hpp
Can Anyone please answer this one ? Thanks In ADVANCE..
Error 3 error LNK2001: unresolved external symbol "public: virtual void __thiscall cv::VideoCapture::CheckDevices(int)" (?CheckDevices@VideoCapture@cv@@UAEXH@Z) F:\OpenCv Projects\opencv_3.3.1\build\modules\videoio\cap.obj opencv_videoio Error 4 error LNK2001: unresolved external symbol "public: virtual void __thiscall cv::VideoCapture::CheckDevices(int)" (?CheckDevices@VideoCapture@cv@@UAEXH@Z) F:\OpenCv Projects\opencv_3.3.1\build\modules\videoio\opencv_videoio_pch.obj opencv_videoio Error 5 error LNK1120: 1 unresolved externals F:\OpenCv Projects\opencv_3.3.1\build\bin\Release\opencv_videoio331.dll opencv_videoio