Can I set multiple start and end times for the same camera on exporter?

Hello.​

I’m working on a video export.

I entered multiple cameras and audio sources.

However, time value can only be entered in one section.

This is the SDK sample code.

​-------------------------------------------------------------------------------------

_exporter = new DBExporter(true);

_exporter.Init();

_exporter.Path = destPath;

for(…)

{

_exporter.CameraList.Add(camera);

}

_exporter.AudioList.AddRange(audioSources);

_exporter.StartExport(startTime, endTime);

​**-------------------------------------------------------------------------------------**

The “StartExport” function can only be used once.

What if I have more than one time interval to enter?

Can I set multiple start and end times for the same camera on exporter?

Please help. thank you.

Unfortunately no.

In MIP SDK 2017 R3 the AVIExporter was extended to be able to export multiple sequences of video.

https://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/mip2017r3_intro.html&tree=tree_search.html?search=sequence+aviexporter

Unfortunately the DBExporter was not extended this way.