I am developing a plugin to work with Milestone XProtect smart client. The use case is to play live and also recorded videos in build in live tab.
Please let me know which of the following approach is feasible.
- Is it possible to create a View plugin, similar to SC Independent playback sample, and override the tiles in live tab with this plugin ?
Is there a way to access each tile in live tab and override them with custom view plugin ? I dont want to select from “setup” window. I should be able to programmatically
play a camera in a tile with my custom plugin.
- Is there a way to trigger independent playback from plugin (by passing specific “goto” time ) in live tab for a particular tile ?
I dont see any message to trigger independent playback in live tab.
Please let me know if there is any other approach for solving this issue.
Also we need to add some content over each time (some context information ). Is it possible to add text (instead of camera name over the tile ) over the tile ?.