Bookmarks Not Working With Generic Event
AnsweredWhen creating a rule to generate a bookmark based on a generic event I find no bookmarks are being created.
If I create a soft trigger that then creates a bookmark, everything works well, when sitting back to creating a bookmark again from a generic event, nothing happens.
I've tried this numerous times with the same results?
Could you please advise?
-
Hi Ben,
Did you add the relevant camera ID to the generic event URL? Without it, there won't be a bookmark, since it isn't clear for which camera the bookmark should be created.
0 -
do you please have an example generic event url that includes the camera ID?
I've tried this and still bookmarks do not work.
This is what I'm currently using which excludes the camera ID to create push notifications for the mobile which work perfectly.
http://192.168.1.200:7001/api/createEvent?source=Intrusion&caption=driveway
Thanks
0 -
Hi Ben,
Your URL is missing the camera ID.
Please use the following format;
http://192.168.1.200:7001/api/createEvent?source=Intrusion&caption=driveway&metadata={"cameraRefs":[]"}Or an example with a random camera ID
http://192.168.1.200:7001/api/createEvent?source=Intrusion&caption=driveway&metadata={"cameraRefs":["3A4AD4EA-9269-4B1F-A7AA-2CEC537D0248"]}You can find the camera ID in the Camera Settings menu, tab General.
0 -
Thanks Norman, thats what I have done but my edit appears to have been delayed on my previous post, this still does nothing i'm afraid and the command is definitely correct and tested.
0 -
resolved, it was an issue with a capital I, which I didn't realise was caps sensitive as notifications aren't.
Thanks
0 -
Hi @...,
You're correct. The Source, Caption, and/or Description in the URL and the rules engine needs to be identical, including capitalization.
0
Please sign in to leave a comment.
Comments
6 comments