1 | initial version |
Similar problem
java.lang.UnsatisfiedLinkError: org.opencv.highgui.VideoCapture.VideoCapture_2(I)J at org.opencv.highgui.VideoCapture.VideoCapture_2(Native Method) at org.opencv.highgui.VideoCapture.<init>(VideoCapture.java:154)
It works as Console App, but not works from the servlet (Tomcat)
2 | No.2 Revision |
Similar problem
java.lang.UnsatisfiedLinkError: org.opencv.highgui.VideoCapture.VideoCapture_2(I)J at org.opencv.highgui.VideoCapture.VideoCapture_2(Native Method) at org.opencv.highgui.VideoCapture.<init>(VideoCapture.java:154)
It works as Console App, but not works from the servlet (Tomcat)
OpenCV 248