Operations about specified ship detection scene.
Method |
GET |
Description |
Get the parameters of specified ship detection scene. |
Query |
format: determine the format of request or response message. |
Request |
None. |
Response |
Succeeded: JSON_ShipsDetectionScene Failed: JSON_ResponseStatus |
Method |
PUT |
Description |
Add a new scene, or set specified scene parameters. |
Query |
format: determine the format of request or response message. |
Request |
|
Response |
Method |
DELETE |
Description |
Delete the specified scene. |
Query |
format: determine the format of request or response message. |
Request |
|
Response |
The <ID> in the URL refers to the channel No.
The <SID> in the URL refers to the scene ID.
You can add a new scene via URL: PUT /ISAPI/Thermal/channels/<ID>/shipsDetection/<SID>?format=json. When adding a new scene, you should input only the node sid (scene ID) and set other required nodes to NULL in the message JSON_ShipsDetectionScene. The optional nodes can not be applied.