Javacv UnsatisfiedLinkError in windows 7

前端 未结 4 1216
清歌不尽
清歌不尽 2020-12-06 14:15

In my project I want to capture image from my webcam.

I configured step by step following the instructions from this \"OpenCV-JavaCV : eclipse project configuration

4条回答
  •  粉色の甜心
    2020-12-06 14:57

    Make sure you have the vm arg -Djava.library.path= that points to the directory with your dlls.

提交回复
热议问题