TileBoard Group
TileBoard Group
I'm afraid both NVRs have actually been updated recently to newer firmware.I will try to test if events are coming through after restart once I manage to get back home....
I have also started seeing following in the logs after reboot: ``` 2019-11-15 12:06:13 DEBUG (Thread-6) [pyhik.hikvision] Stream Thread Started: Saturn NVR, 48373635-3035-3033-3638-186 8cb846fbf 2019-11-15 12:06:13 DEBUG (Thread-7) [pyhik.hikvision] Stream...
``` self.watchdog = Watchdog(300.0, self.watchdog_handler) ``` Watchdog appears to be expiring exactly 5 mins because `process_stream` never gets to `self.watchdog.pet()` if I understand correctly.
It does look plausable indeed. I did leave terminal open for about 30 mins and I'm getting a steady flow of events, mostly `videoloss` type: ``` --boundary Content-Type: application/xml; charset="UTF-8"...
Thank you. Now I'm getting following error: ``` Exception in thread Thread-7: Traceback (most recent call last): File "/usr/local/lib/python3.7/threading.py", line 926, in _bootstrap_inner self.run() File "/usr/local/lib/python3.7/threading.py", line 870, in run...
Thank you for taking time to look into this. I can see that line crossing has `channelID` and `channelName`: ``` --boundary Content-Type: application/xml; charset="UTF-8" Content-Length: 792 192.168.1.200 80 HTTP 18:68:cb:84:6f:bf...
Here is the list of my event triggers: ``` IO-1 IO 1 IO-2 IO 2 IO-3 IO 3 IO-4 IO 4 softIO-1 softIO 1 softIO-2 softIO 2 softIO-3 softIO 3...
I don't have any. devices which aren't connected, those are five Hikvision cameras. Sadly there is no way to disable video loss, as it just keeps coming. My understanding is...
Funny thing is that disabling "Notify Surveillance Center" for Video Loss actually solved the problem. I fail to understand why because curling still shows them: ``` curl --anyauth --user XXX:YYY...
Yes. I've disabled it for all cameras. It is still supposed to keep pushing it for keep alive: https://github.com/mezz64/pyHik/blob/b0c60a01345e2f27d826343c5f63b3a8eaca6db5/pyhik/hikvision.py#L564 The reason it does not cause an error is because pyHik...