rv1108: overlay: etc: add cvr.conf for minievb

Change-Id: I3defd822158ae513dcad9667748424c1279f082f
Signed-off-by: Zhichao Yu <zhichao.yu@rock-chips.com>
This commit is contained in:
Zhichao Yu
2019-09-06 22:24:13 +08:00
parent 424aeb469d
commit efadadc6ba

View File

@ -0,0 +1,28 @@
{
"Cameras" : [
{
"name": "ISP",
"width": 1280,
"height": 720,
"format": "NV12",
"fps": 30,
"buffer_count": 5,
"ProcessUnit": [
{
"name": "DisplayProcess",
"Parent": "ISP",
"buffer_count": 0
},
{
"name": "NrProcess",
"Parent": "ISP",
"buffer_count": 4,
"parameter": {
"width": 1920,
"height": 1080
}
}
]
}
]
}