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

Commits on Apr 15, 2019

  1. Added some methods from search and replay services

    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
    Gabriele Monaco committed Apr 15, 2019
    Copy the full SHA
    fec967a View commit details
    Browse the repository at this point in the history
  2. Updated README.md with new services

    Added Search and Replay services documentation to README
    Gabriele Monaco committed Apr 15, 2019
    Copy the full SHA
    3c257c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Fixed after tests with profile G camera

    Taking capabilities from `Extension` object
    Added getServiceCapabilities
    Fixed replay wsdl reference
    Fixed some soap syntax and parameters checks
    Updated README
    Gabriele Monaco committed Apr 29, 2019
    Copy the full SHA
    799cbf2 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Fixed exception on Extension object not defined

    Gabriele Monaco committed May 27, 2019
    Copy the full SHA
    cfd47b5 View commit details
    Browse the repository at this point in the history