Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
http://merlin.local:55552/v0/frenzel_state

Body

Code Block
{
    "side": "right",
    "state": "run",
    "duration_set": 20000,
    "duration_done": 0
}

...

This endpoint controls and reports the state of recording in Frenzel mode.

side

The camera side requested.

...

state

The state returned by a GET request represents the current state of the Frenzel mode. The state which is sent in PUT request triggers a state transition.

...