Skip to content

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.

2 participants