Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can download the most recent version of our software tools below. Revision history and documentation can be found here.

Table of Contents
Info

MATLAB API users, please follow the Matlab Integration Guide for specific instructions on installing and configuring the necessary components.

Info

Python API users, please refer to the Python Integration Guide /wiki/spaces/python/pages/59703347 for specific instructions on installing the required packages and setting up the environment.

...

  1. Download the Debian package (.deb) file from the provided link.

  2. Open a terminal and navigate to the directory where the downloaded .deb file is located.

  3. Install the package using the following command:

    Code Block
    sudo dpkg -i [name of file].deb
  4. If you encounter any dependency issues during the installation, you can try resolving them by running the following command:

    Code Block
    sudo apt-get -f install
  5. Once the installation is complete, the VPixx software tools will be available. You can find them in the /usr/local/share/VPixx TechnologiesSoftware Tools/Software Tools/ directory.

  6. Install our MATLAB and Python APIs if desired. See install your DATAPixx.mex file for MATLAB and install pypixxlib for Python.