Runtime

There are 3 options how to turn a program created in Adaptive Vision Studio into a standalone application:

  1. Adaptive Vision Executor - this is a lightweight application that can execute programs created in Adaptive Vision Studio.
  2. Executor Library - this is a DLL library implementing the core engine of program execution. You can use it in your C/C++ and .NET applications.
  3. Adaptive Vision Library - as functions of AVL.DLL correspond closely to filters, you can use Adaptive Vision Studio as a prototyping environment and then rewrite your program in C++.