View Source Onvif.Search.FindRecordings (Onvif v0.6.0)
FindRecordings starts a search session, looking for recordings that matches the scope defined in the request.
Results from the search are acquired using the Onvif.Search.GetRecordingSearchResults/2
request,
specifying the search token returned from this request.
The device shall continue searching until one of the following occurs:
- The entire time range from StartPoint to EndPoint has been searched through.
- The total number of matches has been found, defined by the MaxMatches parameter.
- The session has been ended by a client EndSession request.
- The session has been ended because KeepAliveTime since the last request related to this session has expired.
The order of the results is undefined, to allow the device to return results in any order they are found.