Does PlaybackUserControl have an interface to set up video clips?

virtual void SetCameras (List< FQID > sources)

This interface can only set camera,But my video will be in many camera.

for example:

I can get the SequenceData[] for all cameras, and then pick out the target SequenceData from all the SequenceData[]

A PlaybackController and a PlaybackController+PlaybackUserControl combination can be shared for many cameras.

http://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_client_1_1_playback_controller.html&tree=tree_search.html?search=playbackcontroller

​This web address is not accessible.

How do I use the PlaybackController? The SequenceData[] can be displayed in PlaybackUserControl.

If the link does not work please lookup “VideoOS.Platform.Client.PlaybackController Class Reference” in the MIP SDK Documentation.

In the VideoViewer sample the two ImageViewerControls share one default PlaybackController. In the VideoViewer2Playback sample one ImageViewerControl uses default PlaybackController while the other ImageViewerControl uses a specific PlaybackController. Many cameras can share one PlaybackController.