Get camera video resolution
Returns camera video resolution
- Available resolution for panels with 1-megapixel camera:
- 320x240
- 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
- video_resolution string
Possible values: [
320x240
,640x480
,1280x720
,1920x1080
]video resolution used in call
- available_resolution string[]
Possible values: [
320x240
,640x480
,1280x720
,1920x1080
]list of available resolutions
{
"video_resolution": "320x240",
"available_resolution": [
"1920x1080"
]
}
{
"video_resolution": "1280x720",
"available_resolution": [
"320x240",
"640x480",
"1280x720"
]
}
{
"video_resolution": "1920x1080",
"available_resolution": [
"640x480",
"1280x720",
"1920x1080"
]
}
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...