linuxOS_AP05/device/rockchip/rv1108/overlay-board/rv1108-minievb-v10-lock/etc/cvr.conf
2025-06-02 13:59:07 +08:00

47 lines
1.3 KiB
Plaintext

{
"Cameras" : [
{
"name": "ISP",
"width": 1920,
"height": 1080,
"format": "NV12",
"fps": 30,
"buffer_count": 5,
"process_unit": [
{
"name": "NrProcess",
"parent": "ISP",
"buffer_count": 3,
"parameter": {
"width": 1920,
"height": 1080
}
},
{
"name": "H264EncodeProcess",
"parent": "NrProcess",
"buffer_count": 3
},
{
"name": "Mp4MuxerProcess",
"parent": "H264EncodeProcess",
"buffer_count": 0,
"parameter": {
"duration": 60
}
},
{
"name": "PhotoProcess",
"parent": "NrProcess",
"buffer_count": 0
},
{
"name": "DisplayProcess",
"parent": "NrProcess",
"buffer_count": 0
}
]
}
]
}