Git Product home page Git Product logo

Comments (3)

RogerHardiman avatar RogerHardiman commented on August 19, 2024

In lib/cam.js is Cam.prototype._request () and this is where the ONVIF message is sent and replies received.

from onvif.

RogerHardiman avatar RogerHardiman commented on August 19, 2024

Please note that after sending a HTTP Request, the reply is asynchronous and triggers a callback function.

So depending on the speed of the web server and the speed of the SOAP replies you may have interleaved logs eg
Send Request 1 written to log
Send Request 2 written to log
Reply to Request 1 written to log from the callback function
Send Request 3 written to log
Reply to request 2 written to log from the callback function
Reply to request 3 written to log from the callback function

Out of interest which camera were you going to test?

from onvif.

g40 avatar g40 commented on August 19, 2024

Hi Roger, thanks. Logging is what I'd expected. It looks like I've now got a different problem. Let me open new issue.

from onvif.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.