integrate a plugin into video is playing

Hi everyone!

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?

Can anyone give me a solution?

Thank in advance.

I am sorry about forgetting to attach image.

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.)

Hi Bo,

Thank you very much.

Hi Bo,

I have an another question. if I can get FQID of camera, which is displaying video when I drag my plugin into camera view.

Thank you so much.

Hi Loc

As Bo also answered you cannot drag a a plugin into a camera view, so I am not sure I understand your question?

/Peter