Versions Compared

Key

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

...

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

Body for GET

Code Block
{
    "side": "right"
}

...

  • “run” - start the recording

    • valid in “reset”

    • transits to “run”

  • “stop” - stop the recording

    • valid in “run”

    • transits to “stop”

  • “reset” - reset stored file and set Duration_done to 0

    • valid in “run” and “stop”

    • transits to “reset”

See Frenzel Mode /wiki/spaces/DPET/pages/2311028985 for possible state transitions.

...