You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Next, the documentation of the camera API is described

Query/Output Examples

  • Start Camera
/startCamera
  • Response Success
{
  "msg": "Camera On",
  "status": 200
}
  • Response Fail
{
  "msg": "Unable to star camera. Check the hardware",
  "status": 200
}
  • Stop Camera
/stopCamera
  • Response Success
{
  "msg": "Camera Off",
  "status": 200
}
  • Response Fail
{
  "msg": "Unable to stop camera",
  "status": 200
}
  • No labels