Previous page Getting the list of layouts  Getting the list of cameras displayed on the layout Next page

GET http://IP address:8888/SwitchLayout?layoutId=N&displayId=\\.\DISPLAY1  - layout with N ID is selected on DISPLAY1 screen.

Here is an example of response:

{
    "Description": "",
    "Status": "OK"
}

Here is an example of an error message:

{

\"result\":\"error\"

}

Note

An error can occur if a layout with non-existent ID is specified.

  • No labels