Versions Compared

Key

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

Next, the documentation of the camera API is described

Query/Output Examples

  • Status
Code Block
languagebash
/status
  • Response Success
Code Block
languagebash
{
  "msg": "application is up and runnning ...",
  "status": 200
}
  • Start Camera
Code Block
languagebash
/start

...