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:
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user