Building a Vision Application
Follow the steps below to build a Vision application.
This component requires a license. Vision can be installed with wRTOS Runtime. However, to enable this feature, you must have a Vision license and a Networking license. Contact IntervalZero Sales to purchase licenses.
Steps:
- Create a new RTSS Application project in supported versions of Visual Studio using the wRTOS Application template. Be sure to select Vision support in the template.
- Add
#include <RtgvApi.h>to the project’s header file, after the<RtApi.h>,Rtnl2Api.hand<RtssApi.h>inclusions. - Open the Project Properties and do the following:
- Under Linker > Input, add
RtgvApi.lib;to Additional Dependencies. - Under Linker > System, set Stack Reserve Size and Stack Commit Size to 10000000.
- Add your desired source code to the application.
- Build the application in the RTSSDebug or RTSSRelease configuration.