Runtime
There are 3 options how to turn a program created in Adaptive Vision Studio into a standalone application:
- Adaptive Vision Executor - this is a lightweight application that can execute programs created in Adaptive Vision Studio.
- 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.
- 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++.


