Get current camera mode
Provides info about current camera mode:
- qr_reader
- rtsp_server
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Q R reader
- R T S P server
Schema
- current_mode stringPossible values: [ qr_reader,rtsp_server]
{
  "current_mode": "qr_reader"
}
{
  "current_mode": "qr_reader"
}
{
  "current_mode": "rtsp_server"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...