Hi, i have a little problem when try to retrival the edge storage with my MIP Driver.
We have two scenario:
-
The camera disconect and when the camera connect again, the Milestone engine ask the video to the camera
-
Using the SmartClient, we ask to retrive a portion of video from the camera.
In the first scenario it’s all ok. Milestone call the follow steps:
a) Create session
b) MoveTo the nearest frame
c) ReadData
d) Navigate Next and go to the Point ‘b’ until the last frame is read.
e) Destroy session
In the second scenario we have the problem, Milestone call the follow steps:
a) Create session
b) MoveTo the nearest frame
c) ReadData
d) Destroy session
So i ask: i need to do something, or it’s a bug?
Thanks in adavance.