JSON Settings
The JSON settings are the interface for all parameters. It contains information about cameras, robots, networks, objects, and pipelines (Fig. 2).
Exactly which parameters are needed depends on the application.
A project folder is created for each application. All necessary folders and files are stored in it.
The meaning of the standard elements of the JSON settings is explained in
Table 1: LumiScan VGR: Default elements of the JSON settings.
| Parameter | Description |
|---|---|
All (hardware) cameras are listed under |
|
Under |
|
This lists all the neural networks for the application and defines how a single neural network is imported into LumiScan VGR. |
|
Contains information about the geometry of the robot and its spatial position relative to the cameras. |
|
Corresponds to an object to be detected. Note that we can also define abstract objects, such as composite part characteristics or classification results (e.g. |
|
A pipeline defines how to process a point cloud to obtain object orientations (in the camera image). It contains steps for post-processing the point cloud, a definition of the ROI, and a list of objects to be calculated. |
|
(optional) To prevent admin rights from being available to all users, they can be password protected ( |
|
(optional) The system settings are used for recording and debugging. The data to be recorded by the system is defined here. |
Detailed information about each parameter of the JSON settings is available on the Settings page.
JSON Settings: New Meta Format
|
The meta-format of the JSON parameters has changed since the last LumiScan VGR version 1.7.0.0. See below for a comparison of the old and new format. |
Old Format
New Format
{
"inputFileType": "LumiScanVGRSettings",
"inputFileVersion": "1.2.0",
"VGRVersion": "1.7.0.4",
...
}
{
"meta": {
"inputFileType": "LumiScanVGRSettings",
"inputFileVersion": "1.2.0",
"targetMachine": "Inspection1",
"programName": "LumiScanVGR",
"programVersion": "1.7.0.5"
},
....
}
|
Before installing the LumiScan VGR software, please read the information about network settings, Windows Firewall and virus protection in the LumiScanX camera manual. |
| In order to install the LumiScan VGR software, you must first install CUDA 11.8.0 and cuDNN 8.8.1. Both installers are provided by HD Vision Systems. |