Getting Started with Visual Inspection

The installation process for deviceWISE Visual Inspection (VI) is streamlined through an automated script.

Download the Visual Inspection installation script by clicking the button bellow.


Prerequisites for the installation of deviceWISE Visual Inspection

Before starting, ensure that your system meets the necessary System Requirements, including the installation NVIDIA drivers and hardware recommendations.

Step-by-Step Installation Instructions

The first step is to Download the Installation Script on the machine and run the installation. To run the installation, you should:

  1. Open a terminal window.

  2. Extract the script on a directory of your choice. For example "telit_vi".

    tar xvf installer.tar
  3. Execute the script by running the following line:

    sudo ./installer.sh

    As a result, the following screen should be seen:

    • 0- Exit: Close the Installer

    • 1- Check and Install Prerequisites: Check for Docker installation and NVIDIA Container Runtime. Will prompt the user to install if missing either.

    • 2- Install deviceWISE VI: Creates a docker-compose.yml to be used with Docker Compose and initiates the folder structure to be used with dWVI.

    • 3- Start deviceWISE VI: Pulls down the containers as specified by docker-compose.yml and starts them.

    • 4- Status of deviceWISE Visual Inspection: Check the status of the dWVI containers. Will print the status on the screen.

    • 5- Stop deviceWISE Visual Inspection: Will stop the containers if running.

    • 6- Remove deviceWISE Visual Inspection: Will delete the containers if pulled.

  4. After installing deviceWISE VI, you should be able to access the Studio from the web browser by going to the Local Host (https://localhost:3000), or the external IP of the machine you are deploying the deviceWISE Visual Inspection on.

Make sure to use HTTPS, as HTTP will not work.