set-image
Use this interface to modify pictures and keep the interface reserved.
HTTP Request
GET http://ip/usapi?method=set-image&id=xxx
| Parameter | Description | 
|---|---|
| method | set-image | 
| id | Record channel ID which can be obtained using get-settings. | 
| name | Reserved | 
| enable-colorkey | Reserved | 
| colorkey-mode | Reserved | 
| key-color | Reserved | 
| tolerance | Reserved | 
Response Body
{
  "result": 0
}
| Item | Description | 
|---|---|
| result | Returned status. 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |