Quantcast
Channel: OpenCV Q&A Forum - Latest question feed
Viewing all articles
Browse latest Browse all 600

Create Aruco Marker in Visual Studio 2012 : opencv_aruco320.dll is missing from your computer

$
0
0
I followed the entire steps from OpenCV Basics - 15 - Aruco Markers tutorial video : 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 ? 1. VC++ Directories Include Dirctory : Specified. OK 2. C\C++ Additional Include Directory : Specified. OK 3. Linker Additional Library Directories : Specified. OK 4. Use Library Dependency Input : Checked 5. 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) 6. Opencv bin & lib Path in Windows Environment : Specified. OK 7. Restart both of VS2012 or Windows. Any advice ? Thanks in advance.

Viewing all articles
Browse latest Browse all 600

Trending Articles