Is there a way in the SDK (API) to check within a streams timeframe if video is broken or not recorded?
Best regards
Is there a way in the SDK (API) to check within a streams timeframe if video is broken or not recorded?
Best regards
Anders,
we can check if there are recordings for a given interval, but we cannot check if the camera stream is broken. So, any missing recording could be caused bu other factors (e.g. no motion detected).
Torsten
See the Media Playback Viewer sample, how it uses SequenceData in the timeline..
I have looked at the Media Playback Viewer sample, but I dont see how the SequenceData in timeline is relevant, can someone please explain?