I followed the entire steps from : www.youtube.com/watch?v=ZI9uZ9EEeYQ about how to create aruco marker using OpenCV in Visual Studio(by George Lecakes). However after build the markers were not generated, and when I run the application I encountered error :
The program can't start because opencv_aruco320.dll is missing from your computer. Try reinstalling to fix this problem
What I have done ?
- VC++ Directories Include Dirctory : Specified. OK
- C\C++ Additional Include Directory : Specified. OK
- Linker Additional Library Directories : Specified. OK
- Use Library Dependency Input : Checked
- Linker Input Additional Dependencies : opencv_aruco320.lib, opencv_calib3d320.lib, opencv_ccalib320.lib, opencv_core320.lib, opencv_highgui320.lib, opencv_imgcodecs320.lib, opencv_imgproc320.lib, opencv_video320.lib, opencv_videoio320.lib (Here, I'm using Release)
- Opencv bin & lib Path in Windows Environment : Specified. OK
- Restart both of VS2012 or Windows.
Any advice ? Thanks in advance.