View Tally State
GET/param.cgi?get_tally_status
Function: Gets the current tally status.
Camera Compatibility:
- Move 4K
- Link 4K
Example:
curl: curl "http://CAMERA-IP/cgi-bin/param.cgi?get_tally_status"
JavaScript: fetch("http://CAMERA-IP/cgi-bin/param.cgi?get_tally_status")
Response:
\{
"status": 200,
"data": \{
"tally": "Off",
"standby": "0",
"privacy": "0",
"objs": [
\{
"ID": "1",
"X": 113,
"Y": 9,
"Width": 372,
"Height": 350
\}
],
"shoulddraw": "0",
"target": "0"
\}
\}
Request
Responses
- 200
The request has succeeded.