wrong list of motion sequences and recording sequences from XPCO 2017 DB files with MediaPlaybackViewer example (last MIP SDK 2017R3)

Hi,

I am trying to open/view some recordings from XPCO 2017 Database files (offline!) using your

MIPSDK\ComponentSamples\MediaPlaybackViewer

I can see my recordings (just one camera) and navigate regularly BUT timeline shows incorrect values/sequences (wrong list of motion and recording sequences).

I found that in TimeLineUserControl.cs sequences are incorrectly detected so it happens, for example, that I have ALL sequences as motion sequences and no recording sequence, Or if I try different guid, I have same sequences as recording sequences AND as motion sequences.

Important: I have correct values if I connect to a XPCO 2017 server and view the same recordings that are still on line (I can see correct recordings sequences and motion sequences).

I also tried to change Guid (in getDataAsync) for recording and motion sequences with no luck. Can you try to replicate the problem and give me any hint?

Thank you very much!

just to be more clear: this line

List<DataType> availableSequenceTypes = _dataSource.GetTypes();

returns ONLY three types:

MotionSequence

MotionSequenceFromTimeline

RecordingsFromTimeline

so… NO RecordingSequence!!! How is it possible?

You will have to shut down the recording server and then copy the data offline or use the data while the recording server is shut down. I can make the same observation as you.

I will try to find out if it is by design the off-line scenario does not support the sequence types that is supported in an on-line scenario. Let me ask around.