Hi, may I know it is possible to read the recorded video stored in SD card of IP camera using MIPSDK?
It can be read as sequence, playback file or video file.
Thanks.
Hi, may I know it is possible to read the recorded video stored in SD card of IP camera using MIPSDK?
It can be read as sequence, playback file or video file.
Thanks.
Provided the camera and camera driver supports edge storage (video on edge) you can retrieve the video from the SD card of the IP Camera (or whatever storage method the camera device uses internally). This retrieval from the device can be initiated from the Smart Client or by rules. You can also initiate the remote retrieval by use of MIP SDK methods, the RemoteRetrievalTaskSample shows this. https://doc.developer.milestonesys.com/html/index.html?base=samples/remoteretrievaltask.html&tree=tree_2.html
It is important to note that the remote retrieval here gets the video from the camera onto the XProtect recording server, you can then as a step two browse or retrieve the video from the recording server.