Add sequence to export list

I am trying to export a camera sequence. How can I send a camera sequence to ‘Export’ list in smart client using MIP sdk?

No, the Export list and export page cannot be controlled by a MIP plugin.

(Sorry, I found this question long unanswered, I hope it is better late than never.)

Edit. As shown below there is a command to add to the export list..

Hi Bo,

Is it possible to use this command to add cameras to the export list in the Smart Client?

Can we then use PlaybackWpfUserControl to show a time selection? What does this do?

Thanks!

Yes (I guess I made a wrong answer, apologies.)

https://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/mip2022r2_intro.html&tree=tree_search.html?search=addtoexportcommand

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

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

You can see it in use in the Message Tester sample

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

I haven’t done experiments to verify but from my base understanding using SelectionFromTime and SelectionToTime will update the time selection on the Smart Client playback mode, but this will not have any influence when you use the AddToExportCommand

No worries, thanks for the quick reply!