Load Vision Point project file
Last modified by Lev Andronov on 2026/08/18 16:53
How to apply Vision Point project file via external configuration KYFGLib.json
The most common form to apply a Vision Point project is using native Vision Point API functions (or via Vision Point GUI), but in some applications, these methods are not accessible (e.g when using GenTL producer).
Consequently, in order to apply a Vision Point project file when the native Vision Point API functions are not accessible, it is possible to specify the project file via an external configuration file KYFGLib.json
Steps to apply the setting:
- Create a project file (.fgprj) using Vision Point GUI
- Open folder C:\Users\Public\Documents\KAYA Instruments\Vision Point\Conf\
- Rename KYFGLib-sample.json to KYFGLib.json
- Make sure to leave KYFGLib.json in the same location and NOT copy it elsewhere
- Un-comment "projectFile" section and add the full path of the previously created project file
e.g. "projectFile": C:\Folder\project.fgprj
Remarks
- A full absolute path to a Vision Point project file (.fgprj) is required.
- The configurations in the project file will be applied to all connected Frame Grabbers.