Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

Api Camera Aux Commands

Answered

Comments

3 comments

  • Andrey Terentyev
    • Network Optix team

    Hello Alex,

    Which API do you mean?

    Could you please give a bigger picture and elaborate your business scenario? What is the objective?

    0
  • Permanently deleted user

    Hi, We currently integrating NX Witness into our software to be able to see video streams, control PTZ cameras and more, we are using the "For Developers" tab, the "Server Api" and the "Video Api".

    We would like to be able to trigger Auxiliary Commands of the camera (if any) so is there an option to receive a list of commands and execute them via the Server Api ?

    0
  • Andrey Terentyev
    • Network Optix team

    Hello,

    Some of the Aux Commands are utilized by the Server, but there is no ready to use Server API endpoint for Aux Command discovered on a camera.

    However, the Server can act as a HTTP proxy server. That means, that you can send a request via the Server.

    Here is an example

    curl -vk https://ya.ru -x http://admin:password@localhost:7001

    In such manner, via the Server you can send any HTTP request to a camera.

    0

Please sign in to leave a comment.