Get camera video settings
Returns camera video resolution, frame rate, bitrate (only in AA-FBS, AA-14FBIS) and IDR (Instantaneous Decoding Refresh)
- 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
- Video Full Hd A A14 F B S
Schema
- MOD1
- MOD2
- MOD3
- fps integer
Possible values:
>= 10and<= 25Frame rate
- idr integer
Possible values:
>= 25and<= 250IDR (Instantaneous Decoding Refresh)
- video_resolution string
Possible values: [
640x480,1280x720]Camera resolution
- fps integer
Possible values:
>= 10and<= 25Frame rate
- idr integer
Possible values:
>= 25and<= 250IDR (Instantaneous Decoding Refresh)
- video_resolution string
Possible values: [
640x480,1280x720,1920x1080]Camera resolution
- fps integer
Possible values:
>= 10and<= 25Frame rate
- idr integer
Possible values:
>= 25and<= 250IDR (Instantaneous Decoding Refresh)
- bitrate integer
Possible values:
>= 256000and<= 30000000Bitrate in bits per second
- video_resolution string
Possible values: [
640x480,1280x720,1920x1080]Camera resolution
anyOf
{
"fps": 25,
"idr": 50,
"video_resolution": "1280x720"
}
{
"video_resolution": "1280x720",
"fps": 25,
"idr": 50
}
{
"video_resolution": "1920x1080",
"fps": 25,
"idr": 50
}
{
"video_resolution": "1920x1080",
"fps": 25,
"idr": 50,
"bitrate": 6000000
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...