Installing the connector

Vision Connector User Manual

Portfolio
Industrial AI
Product
Vision Connector
Software version
1.2.2
Language
en-US

When building the custom camera connector with release configuration, you can choose the install target. The install target is modified to generate the library file in the installed_drivers/camera_connector_name/ folder. The libVCA-SDK.so and contents of the corresponding "lib" folder are copied into the same output directory.

Again, it can be done in the IDE by switching the configuration and building the appropriate target, or from the terminal by running the appropriate build.sh-Skript or running these commands directly:

```

cmake --preset numberswithfilelogger-release

cmake --build --preset numberswithfilelogger-release-build --target install

```

This ensures that the final build has all of its dependencies.