How to manage sequences videos ?

Hi,

I am developping a Winform app wich manage sequences from Milestone XProtect and I want to list all available sequences from cameras and display a selected sequence.

Doest exist a reliable solution to do this operation ?

Sincerely

Would this be like what you see in the Smart Client Sequence Explorer?

The DataSource plugin sample shows the use of sequence data sources. You could use the data to control a ImageViewerControl (or ImageViewerWpfControl) in a standalone application.

Yes thank you I have check the DataSourcePlugin it made that I want, I am trying to have a Timeline on my ImageViewerControl, is it possible or I have to use the playbackUserControl ?

You will be able to develop your own time line. Actually you will find something you might be able to use for inspiration as the Media Playback Viewer sample includes a time line (TimeLineUserControl.cs).