Packaging the connector

Vision Connector User Manual

Portfolio
Industrial AI
Product
Vision Connector
Software version
1.2.2
Language
English

When dealing with custom camera connectors, the VCA expects a .zip file that contains all the necessary files without the top-level directory.

This can be done using any zip tool, but the utility scripts provided can also generate the final package file.

If the development environment is available, use the script build_drivers.sh; otherwise, use the scripts ```build_drivers_with_docker```, as they can manage their own temporary development environment.

In the end, you should have the following folder structure:

installed_drivers/

    numberswithfilelogger/

        info.txt

        libnumberswithfilelogger.so

        libVCA-SDK.so

    numberswithfilelogger.zip

Now the numberswithfilelogger.zip file can be used in VCA.