Controlling Recording Search Pane

Is there any way to control the Recording Search Pane on the Smart Client playback tab using command or plugin?

I wish to retrieve available playback video from the data storage.

There is no recording search pane in my Smart Client, but maybe you are using another language so that is the reason i cannot make it fit. Is it this one? -

The Sequence explorer- Smart Search cannot be controlled or used from a MIP plugin.

If this is not the one you are asking about, can you please make a screen capture for me?

What I mean is the one in Playback WorkSpace tab,

as shown in the image (highlighted with red square) below.

It was mentioned in page 148 of

Milestone Systems Xprotect Smart Client 2018 R3 User Manual.

https://milestonedownload.blob.core.windows.net/files/XProtect%202018%20R3/Manuals%20and%20guides/Smart%20Client/Manuals/MilestoneXProtectSmartClient_UserManual_en-US.pdf

Actually what I wanted to do is not control the Recording Search Pane, more like trying to figure out how can I read a list of available playback video available in the storage like what it did.

OK, then I think you should discover SequenceDataSources

https://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_data_1_1_sequence_data_source.html&tree=tree_search.html?search=sequencedatasource

https://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_data_1_1_data_type_1_1_sequence_type_guids.html&tree=tree_search.html?search=sequencedatasource

And see the sample

https://doc.developer.milestonesys.com/html/index.html?base=samples/datasource_sample.html&tree=tree_1.html

PS.

I find it funny how I missed that part of the Smart Client.. (There was a Recording Search pane also in my Smart Client.)

Thanks! :smiley:

After some testing I managed to make it works.