Verifying the development environment

Vision Connector User Manual

Portfolio
Industrial AI
Product
Vision Connector
Software version
1.2.2
Language
English

To verify that the development environment was set up correctly, run the tests of the Numbers camera connector example. Note that this example requires OpenCV as well.

In a new terminal navigate to the root of the VCA Driver repository and run the following commands:

```

cmake --preset numbers-tests

cmake --build --preset numbers-tests-build

ctest --preset numbers-tests

```

At the end you should get this output:

100% tests passed, 0 tests failed out of 9

If the example camera connector is built without errors and the tests are running without errors, the development environment is ready.