Excerpt | |
---|---|
|
Chapter
fill in hererIntroduction
With the release of Matrox Imaging Library (MIL) X, matrox now offers support for Arm processor architecture.
For more information about the MIL software, we refer to their website: https://www.matrox.com/en/imaging/products/software/sdk/mil
Installation
(tested with mil-full-10.42_281_arm64.tar.gz)
To install the MIL software on an iam, following steps are necessary:
Copy mil-full-10.42_281_arm64.tar.gz to /home/root
Info |
---|
use a ssh connection |
Code Block |
---|
scp mil-full-10.42_281_arm64.tar.gz root@192.168.1.10:/home/root |
Untar the file with following commands:
Code Block |
---|
ssh root@192.168.1.10
tar -xvf mil-full-10.42_281_arm64.tar.gz -C /opt/ && source /opt/matrox_imaging/setup.sh
|
The MIL software will be installed to /opt/matrox_imaging . A reboot would be necessary for having the MIL software added to your PATH.
For the license, you can start milconfig, go to Licensing->Activate and enter the license key there. milconfig is in /opt/matrox_imaging/tools which should have been added to your PATH.
Usage
Info |
---|
iAMGigEServer has to be stopped, if you are using MIL examples. |
There are multiple examples which, are all under /opt/matrox_imaging/mil/examples.
Info |
---|
Most of this examples need a graphical interface. Therefore start this examples with X-Server support. ssh -X root@192.168.1.10 |
Attachments
Attachments | ||||
---|---|---|---|---|
|
🔍 References
🔗 related content
👥 contact NET
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|