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:
28
rv1108/overlay-board/rv1108-minievb-v10/etc/cvr.conf
Normal file
28
rv1108/overlay-board/rv1108-minievb-v10/etc/cvr.conf
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user