I am creating a plugin, that can export multiple camera sequences. How can I send these multiple camera sequences, including timestamp.
The AVIExporter has been extended to be able to do this. You see it in use in the Smart Client AVI Sequence Export sample.
The other exporters; DBExporter and MKVExporter does not have this extended functionality and you can only specify one start and one end time for the export.
Relevant documentation is here:
Thank you
I tried this sample. It exports video as multiple files. I need it in a single file for each camera. How can I do that?
To me the AVI Sequence Export sample plugin produce one AVI file.
I think you might be looking into the fact that if you make a huge AVI export it will be broken into manageable bit of usable size.
When in the Smart Client environment the Smart Client has built-in values, when in standalone you can use this knowledge base article. - https://developer.milestonesys.com/s/article/AVI-export-by-using-MIPSDK-AutoSplitExportFile-and-MaxAviFileSize