Hi ,
My client is using MIP SDK 2017 R2,
They wanted to export some MKV files with the size 1920X1080 but a certain moment its output was changed the size from 1920X1080 to 400x400. Once this happened then its output was back to be normal size 1920x1080.
exportItem = new VideoOS.Platform.Data.MKVExporter() { Filename = cutmkv_filename };
destinationPath = “XXXXXX”;
exportItem.Init();
exportItem.Path = destinationPath;
exportItem.CameraList = new List() { item };
bool startresult = exportItem.StartExport(DateTime.Parse(record[0]),DateTime.Parse(record[1]));
※This happened not always.
my question is ;
Have you ever received a failure report about “StartExport” such as above symptom for using MIP SDK 2017 R2 ?
I have already checked about articles related to this methods in this Forum, but I didn’t find any. If you know about this , please let me know.
Best regards,
Rie