Mijn vraag
Ik heb iSpy Agent DVR in een Docker draaien, maar ik krijg het niet voor elkaar om opnames te starten obv ONVIF events. Ik zie de events wel voorbij komen in de log, maar er worden geen opnames gemaakt. Als ik de detectie op 'Simple' zet, worden er wel netjes opnames gemaakt. Het CPU gebruik schiet dan echter ook flink omhoog. Ergens staat er denk ik iets niet goed in de configuratie, maar Agent DVR is best uitgebreid, dus ik weet niet waar ik nog kan kijken.
Relevante software en hardware die ik gebruik
Camera is een TPLink Tapo deurbel (D235, bedraad aangesloten en always on)
Agent DVR v6.6.6.0 in een Docker container (windows 2025 server als host)
Wat ik al gevonden of geprobeerd heb
De live modus werkt uitstekend en ik zie in de logs ook ONVIF events binnenkomen. Detector heb ik on ONVIF gezet bij de camera. Ik heb geprobeerd of het aanmaken van acties werkt, maar dat lijkt ook niets te doen. In de Server settings heb ik onderstaande xml uit de logfiles in het 'Detect XML' veld gezet, maar daar reageert hij ook niet op.
Snip uit de logfile van Agent DVR:
Is het iemand toevallig gelukt om dit werkend te krijgen? De deurbel was voorheen via ONVIF gekoppeld aan Synology surveillance station, die vonden elkaar direct lief.
Ik heb iSpy Agent DVR in een Docker draaien, maar ik krijg het niet voor elkaar om opnames te starten obv ONVIF events. Ik zie de events wel voorbij komen in de log, maar er worden geen opnames gemaakt. Als ik de detectie op 'Simple' zet, worden er wel netjes opnames gemaakt. Het CPU gebruik schiet dan echter ook flink omhoog. Ergens staat er denk ik iets niet goed in de configuratie, maar Agent DVR is best uitgebreid, dus ik weet niet waar ik nog kan kijken.

Relevante software en hardware die ik gebruik
Camera is een TPLink Tapo deurbel (D235, bedraad aangesloten en always on)
Agent DVR v6.6.6.0 in een Docker container (windows 2025 server als host)
Wat ik al gevonden of geprobeerd heb
De live modus werkt uitstekend en ik zie in de logs ook ONVIF events binnenkomen. Detector heb ik on ONVIF gezet bij de camera. Ik heb geprobeerd of het aanmaken van acties werkt, maar dat lijkt ook niets te doen. In de Server settings heb ik onderstaande xml uit de logfiles in het 'Detect XML' veld gezet, maar daar reageert hij ook niet op.
code:
1
| <tt:SimpleItem Value="MyMotionDetectorRule" Name="Rule"></tt:SimpleItem></tt:Source><tt:Data xmlns:tt="http://www.onvif.org/ver10/schema"><tt:SimpleItem Value="true" Name="IsMotion"></tt:SimpleItem></tt:Data> |
Snip uit de logfile van Agent DVR:
code:
1
2
3
4
5
| 7:55:49 PM DeviceEventReceiverOnEventReceived: ONVIF Received: <tt:Source xmlns:tt="http://www.onvif.org/ver10/schema"><tt:SimpleItem Value="vsconf" Name="VideoSourceConfigurationToken"></tt:SimpleItem><tt:SimpleItem Value="VideoAnalyticsToken" Name="VideoAnalyticsConfigurationToken"></tt:SimpleItem><tt:SimpleItem Value="MyMotionDetectorRule" Name="Rule"></tt:SimpleItem></tt:Source><tt:Data xmlns:tt="http://www.onvif.org/ver10/schema"><tt:SimpleItem Value="true" Name="IsMotion"></tt:SimpleItem></tt:Data> 7:55:49 PM DeviceEventReceiverOnEventReceived: ONVIF Received: <tt:Source xmlns:tt="http://www.onvif.org/ver10/schema"><tt:SimpleItem Value="vsconf" Name="VideoSourceConfigurationToken"></tt:SimpleItem><tt:SimpleItem Value="VideoAnalyticsToken" Name="VideoAnalyticsConfigurationToken"></tt:SimpleItem><tt:SimpleItem Value="MyMotionDetectorRule" Name="Rule"></tt:SimpleItem></tt:Source><tt:Data xmlns:tt="http://www.onvif.org/ver10/schema"><tt:SimpleItem Value="true" Name="IsMotion"></tt:SimpleItem></tt:Data> 7:55:49 PM DeviceEventReceiverOnEventReceived: ONVIF Received: <tt:Source xmlns:tt="http://www.onvif.org/ver10/schema"><tt:SimpleItem Value="vsconf" Name="VideoSourceConfigurationToken"></tt:SimpleItem><tt:SimpleItem Value="VideoAnalyticsToken" Name="VideoAnalyticsConfigurationToken"></tt:SimpleItem><tt:SimpleItem Value="MyMotionDetectorRule" Name="Rule"></tt:SimpleItem></tt:Source><tt:Data xmlns:tt="http://www.onvif.org/ver10/schema"><tt:SimpleItem Value="true" Name="IsMotion"></tt:SimpleItem></tt:Data> 7:55:49 PM DeviceEventReceiverOnEventReceived: ONVIF Received: <tt:Source xmlns:tt="http://www.onvif.org/ver10/schema"><tt:SimpleItem Value="vsconf" Name="VideoSourceConfigurationToken"></tt:SimpleItem><tt:SimpleItem Value="VideoAnalyticsToken" Name="VideoAnalyticsConfigurationToken"></tt:SimpleItem><tt:SimpleItem Value="MyMotionDetectorRule" Name="Rule"></tt:SimpleItem></tt:Source><tt:Data xmlns:tt="http://www.onvif.org/ver10/schema"><tt:SimpleItem Value="true" Name="IsMotion"></tt:SimpleItem></tt:Data> 7:55:49 PM DeviceEventReceiverOnEventReceived: ONVIF Received: <tt:Source xmlns:tt="http://www.onvif.org/ver10/schema"><tt:SimpleItem Value="vsconf" Name="VideoSourceConfigurationToken"></tt:SimpleItem><tt:SimpleItem Value="VideoAnalyticsToken" Name="VideoAnalyticsConfigurationToken"></tt:SimpleItem><tt:SimpleItem Value="MyMotionDetectorRule" Name="Rule"></tt:SimpleItem></tt:Source><tt:Data xmlns:tt="http://www.onvif.org/ver10/schema"><tt:SimpleItem Value="false" Name="IsMotion"></tt:SimpleItem></tt:Data> |
Is het iemand toevallig gelukt om dit werkend te krijgen? De deurbel was voorheen via ONVIF gekoppeld aan Synology surveillance station, die vonden elkaar direct lief.