I have a question about plugin in smart client. I have a problem. on the view, live video is from a camera. user can drag and drop a new plugin into view where is playing video. Normally new plugin will replace video is playing. in my case, I want to integrate this new plugin into video. I mean I can attach function for video is playing. It is difficult to describe. So I attached image. I wonder if Smart Client can support this function?
You cannot drag a plugin onto a camera view, this is not supported.
You can have a side-panel that understands the currently selected camera, see the SCExport plugin sample.
You can have a toolbar button underneat the camera together with the system toolbar buttons, see the SCToolbar plugin sample. You can change the button to show when it is enabled.
To show that something is “added” on the view position you can use overlays, overlays will display on the images but cannot use the black space surrounding the camera images. See the Analytics Overlay plugin sample. (For better performance use the ShapesOverlayAdd instead of the bitmap methods.)