-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmads.ini
More file actions
49 lines (40 loc) · 1.41 KB
/
Copy pathmads.ini
File metadata and controls
49 lines (40 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# ____
# / ___|___ _ __ ___ _ __ ___ ___ _ __
# | | / _ \| '_ ` _ \| '_ ` _ \ / _ \| '_ \
# | |__| (_) | | | | | | | | | | | (_) | | | |
# \____\___/|_| |_| |_|_| |_| |_|\___/|_| |_|
#
[agents]
# Settings shared by all agents
frontend_address = "tcp://localhost:9090"
backend_address = "tcp://localhost:9091"
settings_address = "tcp://localhost:9092"
timecode_fps = 25
# Outgoing payload encoding, fleet-wide default (can be overridden per agent).
# wire_format: "json" (default) or "msgpack"
# compression: "auto" (default, compress only frames >= 256 B), "snappy"
# (always) or "none"
# wire_format = "json"
# compression = "auto"
# __ __ _ _ _ _ _
# | \/ | ___ _ __ ___ | (_) |_| |__ (_) ___
# | |\/| |/ _ \| '_ \ / _ \| | | __| '_ \| |/ __|
# | | | | (_) | | | | (_) | | | |_| | | | | (__
# |_| |_|\___/|_| |_|\___/|_|_|\__|_| |_|_|\___|
#
[broker]
frontend_address = "tcp://*:9090"
backend_address = "tcp://*:9091"
settings_address = "tcp://*:9092"
prefer_loopback_for_local_services = true
# The followings are only needed if using CURVE encryption
# auth_verbose = false
# ip_whitelist = ["127.0.0.1"] # default is empty (allow all)
[image_source]
period = 1000
resolution = "VGA"
mode = "BW"
[image_sink]
sub_topic = ["image_source"]
basename = "capture"
count = 5