Detailed Information from API regarding Camera Issues?

In Progress

Comments

3 comments

  • Avatar
    Ichiro

    Hi Rhaphiel Molinar,

    What kind of information do you want to collect?

    You can trigger the actions (call the AP)I by using Do HTTP Requests, is this what you are looking for ?

    I am not very sure what kind of information you would like to have, may you elaborate the real cases or user scenarios if possible?

    0
    Comment actions Permalink
  • Avatar
    Igor Morgoch

    Hi Ichiro

    I have similar request. I use doCameraDiagnosticsStep api calls to get additional information about camera outages. But, it sends back error codes, with minimum info. Can I find somewhere any additional info about these response error codes?
    E.g.
    "errorCode": 26,
      "errorParams": [
      "no stream reader",
      ""
    ],

    Or

    "errorCode": 11,
      "errorParams": [
        "GetVideoEncoderConfigurations",
        "Fault info. "
    ],
    0
    Comment actions Permalink
  • Avatar
    Ichiro

    Hi Igor Morgoch,

    The errorCode detail can be found from our open source repo.

    Specifically this file : camera_diagonostics.h

     

    The errorParams could be various, most of the time they were coming from directly the exact error message. 
    Ex: "GetVideoEncoderConfigurations, Fault info: ",  This is the error from ONVIF.

     

    Hope this helps.
    Thanks.

     

    0
    Comment actions Permalink

Please sign in to leave a comment.