XIMEA Linux Software Package is a tarred installer of xiAPI with examples.
It is designed to run on most common Linux distribution that includes the usual tools and libraries like:
Ubuntu, Red Hat, Arch, Gentoo etc.
Please note: Even though cameras and API can work with such systems, XIMEA does not guarantee reliable functionality on the ones which are NOT included in the list of tested versions mentioned below.
xiAPI supports the following CPU families:
See also additional helpful materials:
Jetson TX2 vs AGX Xavier comparison,
Jetson Nano, TX2 and AGX Xavier comparison,
Jetson Image Processing,
Jetson Zero Copy for Embedded applications,
Realtime image processing on NVIDIA GeForce RTX 2080ti,
Multimedia User Guide
The Package contains:
wget https://kb.ximea.com/downloads/recent/XIMEA_Linux_SP.tgz
tar xzf XIMEA_Linux_SP.tgz cd package
wget https://kb.ximea.com/downloads/recent/XIMEA_Linux_ARM_SP.tgz
tar xzf XIMEA_Linux_ARM_SP.tgz cd package
./install -pcie
sudo apt-get update sudo apt-get install build-essential linux-headers-"$(uname -r)" sudo apt-get install libtiff5
sudo yum install gcc make kernel-devel sudo yum install libtiff
./install
sudo
.sudo apt install libxcb-cursor0
Run uninstall
script:
/opt/XIMEA/uninstall
If logged in user is not root, you will be asked for your password to get root access same as with install
script.
If you should run into any issues during installing XIMEA API, before submitting a Support request, please read our troubleshooting pages:
You can find a solution for known issues in our Linux SP Knowledge Base.