sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36925
[Bug 1547906] Re: Failed using Sikuli Mat
sorry, but this is not supported in version 1.1.x and will never be.
Will only be available in version 2 (directly use the OpenCV Java API).
If you want to do it nonetheless, you have to find a solution on your
own.
** Changed in: sikuli
Status: New => Won't Fix
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
** Summary changed:
- Failed using Sikuli Mat
+ [1.1.0] Failed using Sikuli Mat --- not supported
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1547906
Title:
[1.1.0] Failed using Sikuli Mat --- not supported
Status in Sikuli:
Won't Fix
Bug description:
Hello,
I'm using your API and i want to do some Image processing using the Mat object provided in SikuliX.
But when I create it, it always throws an exception.
Here is the error thrown :
Exception in thread "main" java.lang.UnsatisfiedLinkError: org.sikuli.natives.VisionProxyJNI.Vision_createMat(II[B)J
at org.sikuli.natives.VisionProxyJNI.Vision_createMat(Native Method)
at org.sikuli.natives.Vision.createMat(Vision.java:67)
I have no problem using other proxy objects like 'find' or 'OCR' and I am currently using the maven dependency 1.1.1-SNAPSHOT version of SikuliX.
I can provide you a full example if you want but i assume reproducing
it is no big deal.
Best regards,
Julien
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1547906/+subscriptions
References