Hi, my question is,
Is it possible to perform tab switching between Live and Playback on Smart Client without using any plugin?
Details:
I am developing a standalone program to interact with Milestone XProtect Smart Client.
So far I have been able to configure a Smart Wall with three monitors:
- change view layout
- set view item (different cameras)
My original plan is to send command to invoke the independent playback button from camera toolbar of a camera viewItem and I know it is impossible to do it with regular view item hence I went for the other alternative:
- switching between two workspaces (tab)
I have found some “solutions” which is using plugin/background plugin:
(My goal is to be able to invoke the playback function of Smart Client without using any plugin, that is why I gave up using SCIndependentPlayback plugin.)
Thanks in advance.