Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support to some Search and Replay functions #57

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

glemco
Copy link

@glemco glemco commented Jul 4, 2019

Included possibility to search registrations and get replay uri on supported devices (Onvif profile G).
Every method is documented in the README

Gabriele Monaco 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
'KeepAliveTime': 100
};

device.services.ptz.findRecordings(params).then((result) => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
device.services.ptz.findRecordings(params).then((result) => {
device.services.search.findRecordings(params).then((result) => {

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants