Get camera video resolution
Returns camera video resolution
- 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: [ 320x240,640x480,1280x720]
- video_resolution stringPossible values: [ 640x480,1280x720,1920x1080]
oneOf
{
  "video_resolution": "1280x720"
}
{
  "video_resolution": "1280x720"
}
{
  "video_resolution": "1920x1080"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...