Skip to main content

Software Installation

Linux Platform

    1. Configure drivers such as libusb and cyusb:

      • Unpack the MPSizector SDK Linux package (where Vxxx represents the version number, e.g., 2.717)
      tar -xzvf MPSizectorS_SDK_Vxxx_linux_amd64.tar.gz
      cd MPSizectorS_SDK_Vxxx_linux_amd64/Installation/cyusb_install
      • Install libusb:
      sudo apt-get update
      sudo apt install -y libusb-dev libusb-1.0-0-dev
      • Install cyusb_linux:
      sudo sh ./install_configs.sh
      sudo sh ./install_rules.sh
    1. Unpack the Viewer software package and run the executable file to start the viewer software:
      ./bin/appmpviewer

Windows Platform

    1. Execute the MPSizector SDK installer, locate the AutoInstall.bat file in the installation path, and double-click to run the installer which installs the necessary drivers and dependencies;
    1. After extracting Viewer.rar, run appmpviewer.exe to start the viewer software;