Send a Bookmark on SmartWalll

Hello,

Like the same principle of “MessageId.Control.VideoWallSetCamerasCommand” where we can send a camera, I would like to send a bookmark on the SmartWall.

This functionality is available from the SmartClient in an “Edit a bookmark” window, but I cannot reproduce it from the MIP SDK.

Thank you for your help.

Please explore the Bookmark Creator sample.

https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/bookmarkcreator/readme.html&tree=tree_2.html

https://github.com/milestonesys

I already have it. I want to display a replay of the bookmark with MIP SDK and I don’t know how to do it.

Please, look at the pictures attached.

Using the Smart Wall Controller sample you can listen when you send a Bookmark to Smart Wall using the Smart Client as you show above.

You can then analyze the XML, and then construct XML for sending it as a command.

I have not tried this for the specific task you want here but I have used the principle for similar tasks.

https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/videowallcontroller/readme.html&tree=tree_2.html

Thank you for you answer and for you help. I’ve tried this solution and i get a XML command result attached. However, into the XML, there is an: "<viewitem id=“XXX…” whose change every time send a command. I don’t know what mean this ID. The result on the smartwall correspond at the picture attached.

I have an idea that you might be able to generate a new GUID and send.

If this does not work it could be a command that it is not possible to send.

There is an element of guessing, could you please test and let me know if it worked?

I’ve tested this idea. I haven’t see a result because i can’t to login on the SmartClient since i 've send this XML request (i am not sure there is a connection). What’s more, i can’t find the SmartClient logs. Event and management server works correctly. Without logs, it’s difficult for debug this situation…

Regading this blocked situation, the problem is resolved.

However, when i send the XML request where i replace the “viewitem id” by the new GUID, it does not work. It’s the same message on the SmartClient “The plug-in is not available”.

Like you say, it’s maybe " a command that it is not possible to send". :confused: