In the export details, for example, it tells me that during the indicated period a camera was offline. Can I somehow read that message?
Can I query the “exportDetails” object from code?
I need to know if a camera is offline in a certain time frame.
Example of output they want to obtain:
Input:
From 2020-12-01 14:00:00
To: 2020-12-01 14:05:00
Output:
Cam 1: Online
Cam 2: Offline
Cam 1: Online
etc.
I also thought about reading the size of the exported file (“block0.blk”) to understand if something was exported or not. But it’s a bit of a crude system, which I don’t like very much.