Install Mech-Eye SDK¶
Install Mech-Eye SDK on Windows¶
Download and install Mech-Eye SDK.
Hint
When downloading, you will be prompted to log in before you can proceed. If you don’t have an account yet, please sign up using an email address first.
When installing, make sure to check the Add to Path option.
Install Mech-Eye SDK on Ubuntu¶
Download Mech-Eye API.
Hint
Command
arch
prints the system architecture.When downloading, you will be prompted to log in before you can proceed. If you don’t have an account yet, please sign up using an email address first.
If the system architecture is AMD64, please execute the following command to install:
sudo dpkg -i MechEyeApi_1.5.2_amd64.deb
If the system architecture is ARM64, please execute the following command to install:
sudo dpkg -i MechEyeApi_1.5.2_arm64.deb
If you need to check if MechEyeSDK is installed, please enter the following command:
dpkg -l | grep mecheyeapi
If you need to uninstall MechEyeSDK, please enter the following command:
sudo dpkg -P MechEyeApi