Documentation for C-Werk 2.0.

Previous page Getting the list of displays  Switching camera to archive mode Next page

GET http://IP-address:8888/SelectDisplay

ParametrRequiredDescription
displayIdYesMonitor id (see Getting the list of displays).

Sample request:

GET http://127.0.0.1:8888/SelectDisplay?displayId=\\.\DISPLAY1

Sample responce:

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

Here is an example of an error message:

{
	\"result\":\"error\"
}
  • No labels