How to query the video gap in the footage?

Hi Support,

I have a question about how to query the duration and detail time of each video gap in the footage. Does MIP SDK provide a method or sample to query all the video gap? The video gap here means there is no video data found during playing back the footage.

Thanks.

You can query for video “sequences” then based on this discover the gaps.

See VideoOS.Platform.Data.SequenceDataSource Class Reference

I suggest you explore the Data Source sample.