I looked at the web client and under Investigations tab, there seems to be a call to know if the current timestamp is after or before camera’s recording. Do anyone know the XPMobileSDK’s call to get such information (getting to know a camera’s list of recorded segments)? I looked in the samples provided by the XPMobileSDK and in the doc and could not find such information. Thanks!
I think the command you are looking for is called GetSequences and is part of the XPMobileSDK protocol.
You can find more details and sample payload of the command in the documentation:
Thanks for the answer Teodor, I will take a look at it.