Video export using my third-part system

hi

I am trying to integrate the XProtect Smart Client 2019 R1 into my company with a third-part system.

If you specify the date and time specified by the user in the recorded video file, the system can download the corresponding image to a specific folder.

I want to be downloaded in AVI format.

It is a system that is downloaded remotely or locally

I checked the SDK, but I could not find the way I wanted.

Please let me know how to export video using XProtect Smart Client 2019 R1 SDK.

It would be better if you have sample code written in C ++ and C #.

I want sample code written in Visual Studio.

Example: XProtect Smart Client 2019 R1 → Milestone SDK → My Third-Part System (Result: AVI Video File)

Please answer fast.

It sounds like the Smart Client Export plugin sample is just what you need. Note that this is export from an XProtect VMS, I am not sure how you are planning to incorporate the third-party system. If it is to use the AVI in the third-party system, the sample should be a fit.

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

I would like to also mention:

Smart Client AVI Sequence Export plugin sample allows you to put mulitple sequences of video into one AVI file.

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

Export Sample shows exporting in a standalone application instead of as a Smart Client plugin.

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