Get camera video settings
Returns camera video resolution and frame rate
- Available resolution for panels with 1-megapixel camera:- 640x480
- 1280x720
 
- Available resolution for panels with 2-megapixel camera:- 640x480
- 1280x720
- 1920x1080
 
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- H D
- Full H D
Schema
- MOD1
- MOD2
- video_resolution stringPossible values: [ 640x480,1280x720]Camera resolution 
- fps integerPossible values: >= 10and<= 25Frame rate 
- video_resolution stringPossible values: [ 640x480,1280x720,1920x1080]Camera resolution 
- fps integerPossible values: >= 10and<= 25Frame rate 
anyOf
{
  "video_resolution": "1280x720",
  "fps": 25
}
{
  "video_resolution": "1280x720",
  "fps": 25
}
{
  "video_resolution": "1920x1080",
  "fps": 25
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...