How to Add additional information (Json data + Smart Map) in video export ( Xpotect format )

Hi,

I would like to export video with XProtect format and also need to add some additional json data and Smart Map.

Can you please suggest if it is possible or not? If it is possible how we can implement this?

Regards,

Gaurav Dhol

Smart Client View Item Export sample demonstrates how to write a plug-in that can export view items. It might be helpful.

https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/dataexport/readme.html&tree=tree_1.html

Regarding Smart map, you might get an inspiration when you explore Smart Map Control.

https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/smartmapcontroller/readme.html&tree=tree_1.html

Thanks for the feedback @Rie Kiuchi (Milestone Systems)​

But those will not help in our use case, the use cases are

  • We have developed the custom plugins where see the NVR playbacks of All camera
  • Also we are displaying camera location on Map
  • Now we would like to provide export features where we can export playback of some time interval and also camera location during that time duration
  • We would like to export the data into XProtect Player format that include video of all camera (Specific time duration), Map information + Camera location (Currently we have camera location information in Json format) so when customer click on Exported file, it will play into XProtect Smart Player without installing additional dependency.

Please suggest your feedback.

Smart Client view item export sample might give you an inspiration, because the sample demonstrates how to write a plug-in that can export view items.

https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/dataexport/readme.html&tree=tree_1.html

The regular export of camera footage is in the Smart Client Export plugin sample.

https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/scexport/readme.html&tree=tree_1.html

There is no way to export Smart Map, there is no way to show Smart Map in a Smart Client Player showing exported footage.

Thank you @Bo Ellegård Andersen (Milestone Systems)​ for the feedback