Input/Output support

Answered

Comments

1 comment

  • Avatar
    Artem Zaytsev

    Hi DC.

    Input/Output capabilties: If a camera has a number I/O's is this information retrieved as part of the getCamerasEx data?

    Yes, please use this JSONPath to extract I/O settings from the getCamerasEx reply.

    $[*].addParams.[?(@.name="ioSettings")].value

    Outputs: is there a way to activate/deactivate an output via API?

    You may use Generic event type in combination with Event Rules mechanism to achieve that.

     

    0
    Comment actions Permalink

Post is closed for comments.