Added support to some Search and Replay functions#57
Open
glemco wants to merge 4 commits intoGuilhermeC18:masterfrom
Open
Added support to some Search and Replay functions#57glemco wants to merge 4 commits intoGuilhermeC18:masterfrom
glemco wants to merge 4 commits intoGuilhermeC18:masterfrom
Conversation
added 4 commits
April 15, 2019 09:54
Included methods to query an onvif G camera and get the results: `getRecordingSummary`, `findRecordings` and `getRecordingSearchResults` from `search` service and `getReplayUri` from `replay`. Not yet tested on a real camera, quite likely there's still something to fix Added services to device object
Added Search and Replay services documentation to README
Taking capabilities from `Extension` object Added getServiceCapabilities Fixed replay wsdl reference Fixed some soap syntax and parameters checks Updated README
OakBranches
reviewed
Mar 27, 2023
| 'KeepAliveTime': 100 | ||
| }; | ||
|
|
||
| device.services.ptz.findRecordings(params).then((result) => { |
There was a problem hiding this comment.
Suggested change
| device.services.ptz.findRecordings(params).then((result) => { | |
| device.services.search.findRecordings(params).then((result) => { |
Author
There was a problem hiding this comment.
Hello, you may be right, I sincerely do not remember much about this one. Anyway I guess it isn't really relevant as the project wasn't updated in the past 4 years..
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Included possibility to search registrations and get replay uri on supported devices (Onvif profile G).
Every method is documented in the README