sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #57279
Re: [Question #697732]: macOS M1: how to use a custom build of OpenCV
Question #697732 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/697732
Status: Open => Answered
RaiMan proposed the following answer:
I am sorry, but currently there is no prepared way, to do what you want.
In a few days I will have an iMac M1 available and will start to make
2.0.6 ready to run on such machines.
Until then, you can try the following:
1. exchange the dylib in ~/Application Support/Sikulix/SikulixLibs
make sure, that it gets the same name (libopencv_java430.dylib)
2. exchange the dylib in the jar
- unpack the jar
- find the dylib
- exchange with same name
- repack the jar
3. Maven project
Use the Maven features, to pack a final jar containing sikulixapi with the exchanged dylib
In all cases you will still have the Java OpenCV API of version 4.3.0.
But since SikuliX only uses a few relatively stable features it might
work so.
To just
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.