Skip to content

Vision Node INI

visionnode.ini is the configuration file for Broox Vision Node. It resides in the user's local data folder by default (hidden) but can be edited in the application UI.

[logging]
loglevel = INFO ;; INFO, DEBUG, WARN
logfile = visionnode.log ;; Location of the logfile. By default in the user's local data folder.

[engine]
pipeline = pipelines/skeleton-osc.yml ;; Path (relative or absolute) to the startup pipeline

[camera]
type = opencv-nt
index = 0
resolution = 640x480

[autostart]
enabled = 0 ;; Set to 1 to start detection automatically on launch.

[controller]
id = DEVEL-CONTROLLER
ip = 192.168.0.1
port = 9912
config_url = http://192.168.0.1:9912/config
client_id = 51503b18-2a45-486e-9c22-1bed2525f2dd