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 string
Possible values: [
640x480
,1280x720
]Camera resolution
- video_resolution string
Possible values: [
640x480
,1280x720
,1920x1080
]Camera resolution
anyOf
{
"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 message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...