...
Code Block |
---|
{ "side": "right" } |
Response for GET
Advanced code syntax highlighter | ||
---|---|---|
| ||
{"code":"{\n \"side\": \"right\",\n \"state\": \"reset\",\n \"duration_set\": 600000,\n \"duration_done\": 0,\n \"fps\": 500,\n \"roi\": {\n \"x\": 207,\n \"y\": 319,\n \"width\": 350,\n \"height\": 190,\n \"hflip\": true,\n \"vflip\": true\n }\n}","theme":"coy","language":"json","showLineNumbers":true} |
The body for a GET request can be reduced to just indicate the camera side for which the state shall be send.
However, the full body as for PUT
can be Send as well. All other information beside side
is ignored.
...
Expand | ||
---|---|---|
| ||
Expand | ||
---|---|---|
| ||
Expand | ||
---|---|---|
| ||