You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,12 +212,16 @@ You can read and modify the configurations in `config-*.ini` files, accordingly:
212
212
213
213
`config-x86-openvino.ini`: for x86 systems accelerated with Openvino
214
214
215
+
Please note that if you modify these values you should also set `[App]``HasBeenConfigured` to `"True"`.
216
+
This allows for a client to recognize if this processor was previously configured.
217
+
215
218
You can also modify some of them using the [UI](https://beta.lanthorn.ai).
216
219
If you choose this option, make sure to mount the config file as a volume to keep the changes after any restart of the container.
217
220
218
221
All the configurations are grouped in *sections* and some of them can vary depending on the chosen device.
219
222
220
223
-`[App]`
224
+
-`HasBeenConfigured`: A boolean parameter that states whether the *config.ini* was set up or not.
221
225
-`Resolution`: Specifies the image resolution that the whole processor will use. If you are using a single camera we recommend using that resolution.
222
226
-`Encoder`: Specifies the video encoder used by the processing pipeline.
223
227
-`MaxProcesses`: Defines the number of processes executed in the processor. If you are using multiple cameras per processor we recommend increasing this number.
0 commit comments