rv1108: add face_service debug configure file

Change-Id: Iba8a24b397cd243d675489ccaedceef1abb47f33
Signed-off-by: Zhichao Yu <zhichao.yu@rock-chips.com>
This commit is contained in:
Zhichao Yu
2019-12-12 15:18:38 +08:00
parent adf1f95bbc
commit 02396a894f
2 changed files with 102 additions and 0 deletions

View File

@ -0,0 +1,54 @@
{
"Cameras" : [
{
"name": "CIF",
"width": 1280,
"height": 900,
"format": "YUYV",
"fps": 30,
"buffer_count": 4,
"process_unit": [
{
"name": "DisplayProcess",
"parent": "CIF",
"buffer_count": 0,
"parameter": {
"x_offset": 60,
"y_offset": 0
}
},
{
"name": "FacePreprocess",
"parent": "CIF",
"width": 1280,
"height": 720,
"buffer_count": 0,
"parameter": {
"rotate_angle": 90,
"scale_width": 320,
"scale_height": 240,
"depth_width": 640,
"depth_height": 360
}
},
{
"name": "FaceDetector",
"parent": "FacePreprocess",
"buffer_count": 0
},
{
"name": "FaceEvaluator",
"parent": "FaceDetector",
"buffer_count": 0
},
{
"name": "FaceRecognizer",
"parent": "FaceEvaluator",
"width": 1280,
"height": 720,
"buffer_count": 0
}
]
}
]
}

View File

@ -0,0 +1,48 @@
{
"Cameras" : [
{
"name": "CIF",
"width": 640,
"height": 480,
"format": "NV12",
"fps": 30,
"buffer_count": 4,
"process_unit": [
{
"name": "DisplayProcess",
"parent": "CIF",
"buffer_count": 0,
"parameter": {
"x_offset": 60,
"y_offset": 0
}
},
{
"name": "FacePreprocess",
"parent": "CIF",
"buffer_count": 0,
"parameter": {
"rotate_angle": 90,
"scale_width": 320,
"scale_height": 240
}
},
{
"name": "FaceDetector",
"parent": "FacePreprocess",
"buffer_count": 0
},
{
"name": "FaceEvaluator",
"parent": "FaceDetector",
"buffer_count": 0
},
{
"name": "FaceRecognizer",
"parent": "FaceEvaluator",
"buffer_count": 0
}
]
}
]
}