Install Mech-Eye SDK

Install Mech-Eye SDK on Windows

Please see Mech-Eye SDK Installation Guide for detailed instructions.

Install Mech-Eye SDK on Ubuntu

Download Mech-Eye API.

Hint

Command arch prints the system architecture.

If the system architecture is AMD64, please execute the following command to install:

sudo dpkg -i MechEyeApi_x.x.x_amd64.deb

If the system architecture is ARM64, please execute the following command to install:

sudo dpkg -i MechEyeApi_x.x.x_arm64.deb

Note

Please replace x.x.x with the version number in the file name.

If you need to check whether Mech-Eye SDK is installed, please enter the following command:

dpkg -l | grep mecheyeapi

If you need to uninstall Mech-Eye SDK, please enter the following command:

sudo dpkg -P MechEyeApi