neolink icon indicating copy to clipboard operation
neolink copied to clipboard

Pause function not working with Argus 3 Pro

Open BWA89 opened this issue 1 month ago • 0 comments

I tried to connect Argus 3 Pro and wanted to implement pause functionality. Unfortunately it did not work with pause function but only without. Do you have any idea how to fix it?

Config causing problems:

=====================

Neolink Konfigurationsdatei

=====================

bind = "0.0.0.0" bind_port = 8554

Logging konfigurieren

log_level = "info" # debug, info, warn, error log_file = "/volume1/docker/neolink/neolink.log" # Pfad zur Logdatei

=====================

MQTT-Konfiguration

=====================

[mqtt] broker_addr = "192.168.205.100" # Address of the mqtt server port = 1883 # mqtt servers port

Keine credentials nötig

topic_prefix = "neolink" keep_alive = 60 qos = 1

=====================

Kameras

=====================

[[cameras]] name = "WW-Kamera3" username = "admin" password = "Kamera*****" uid = "95270003OF5*****" address = "192.168.205.103" port = 9000 rtsp_path = "WW-Kamera3" enable_motion = true enable_battery = true battery_update = 10000 enable_preview = false preview_interval = 10

optionale Platzhalter

debug = false enabled = true update_time = false print_format = "None"

Pause-Feature hinzufügen

[cameras.pause] on_motion = true # Should pause when no motion on_client = true # Should pause when no rtsp client timeout = 5 # How long to wait after motion stops before pausing

[[cameras]] name = "WW-Kamera4" username = "admin" password = "Kamera*****" uid = "95270003OFS*****" address = "192.168.205.104" port = 9000 rtsp_path = "WW-Kamera4" enable_motion = true enable_battery = true battery_update = 10000 enable_preview = false preview_interval = 10

optionale Platzhalter

debug = false enabled = true update_time = false print_format = "None"

Pause-Feature hinzufügen

[cameras.pause] on_motion = true # Should pause when no motion on_client = true # Should pause when no rtsp client timeout = 5 # How long to wait after motion stops before pausing

[[cameras]] name = "WW-Kamera5" username = "admin" password = "Kamera*****" uid = "95270003OG5*****" address = "192.168.205.105" port = 9000 rtsp_path = "WW-Kamera5" enable_motion = true enable_battery = true battery_update = 10000 enable_preview = false preview_interval = 10

optionale Platzhalter

debug = false enabled = true update_time = false print_format = "None"

Pause-Feature hinzufügen

[cameras.pause] on_motion = true # Should pause when no motion on_client = true # Should pause when no rtsp client timeout = 5 # How long to wait after motion stops before pausing

Config, which was working:

=====================

Neolink Konfigurationsdatei

=====================

bind = "0.0.0.0" bind_port = 8554

Logging konfigurieren

log_level = "info" # debug, info, warn, error log_file = "/volume1/docker/neolink/neolink.log" # Pfad zur Logdatei

=====================

MQTT-Konfiguration

=====================

[mqtt] broker_addr = "192.168.205.100" # Address of the mqtt server port = 1883 # mqtt servers port

Keine credentials nötig

topic_prefix = "neolink" keep_alive = 60 qos = 1

=====================

Kameras

=====================

[[cameras]] name = "WW-Kamera3" username = "admin" password = "Kamera*****" uid = "95270003OF5*****" address = "192.168.205.103" port = 9000 rtsp_path = "WW-Kamera3" enable_motion = true enable_battery = true battery_update = 10000 enable_preview = false preview_interval = 10

optionale Platzhalter

debug = false enabled = true update_time = false print_format = "None"

[[cameras]] name = "WW-Kamera4" username = "admin" password = "Kamera*****" uid = "95270003OFS*****" address = "192.168.205.104" port = 9000 rtsp_path = "WW-Kamera4" enable_motion = true enable_battery = true battery_update = 10000 enable_preview = false preview_interval = 10

optionale Platzhalter

debug = false enabled = true update_time = false print_format = "None"

[[cameras]] name = "WW-Kamera5" username = "admin" password = "Kamera*****" uid = "95270003OG5*****" address = "192.168.205.105" port = 9000 rtsp_path = "WW-Kamera5" enable_motion = true enable_battery = true battery_update = 10000 enable_preview = false preview_interval = 10

optionale Platzhalter

debug = false enabled = true update_time = false print_format = "None"

However, the config which was working caused a very high workload with the processor.

I used the latest version of neolink by QuantumEntangledAndy.

Best regards and Thx for your help

BWA89 avatar Nov 01 '25 13:11 BWA89