Open reguiny opened 1 year ago
update.
It works correctly with hikvision cameras the problem is with hisilicon! I tested a hisiicon camera with telegram using your example and the message is: "Camera alert! cd26db65a40xxxxxx HumanDetect"
The hex number being picked up for hisilicon cameras is the "cloud id" of the cam. I tried using it as the camera name and everything works as expected.
It is possible to find the cloud id with VMS, in the camera info,
It would be easier to use a more descriptive name as with the hik cams but it works.
I have compiled the latest version and setup one camera as Cam1 to test. I am using this webhook to trigger a camera in blueiris:
With the camera name as Cam1 it works correctly and blueiris is triggering the correct camera.
I would like to use multiple cameras and have tried this webhock:
The problem is that the variable .Camera is not changed to Cam1 so blueiris reports camera=null.
Thanks.