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