rv1108: face_service.conf: fix invalid format
Change-Id: I564944132f72f2f9110a87f4ee73a52257b9b6b9 Signed-off-by: Zhichao Yu <zhichao.yu@rock-chips.com>
This commit is contained in:
@ -7,15 +7,15 @@
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 4,
|
||||
"ProcessUnit": [
|
||||
"process_unit": [
|
||||
{
|
||||
"name": "DisplayProcess",
|
||||
"Parent": "CIF",
|
||||
"parent": "CIF",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FacePreprocess",
|
||||
"Parent": "CIF",
|
||||
"parent": "CIF",
|
||||
"buffer_count": 0,
|
||||
"parameter": {
|
||||
"rotate-angle": 90,
|
||||
@ -25,17 +25,17 @@
|
||||
},
|
||||
{
|
||||
"name": "FaceDetector",
|
||||
"Parent": "FacePreprocess",
|
||||
"parent": "FacePreprocess",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceEvaluator",
|
||||
"Parent": "FaceDetector",
|
||||
"parent": "FaceDetector",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceRecognizer",
|
||||
"Parent": "FaceEvaluator",
|
||||
"parent": "FaceEvaluator",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
|
||||
@ -7,15 +7,15 @@
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 5,
|
||||
"ProcessUnit": [
|
||||
"process_unit": [
|
||||
{
|
||||
"name": "DisplayProcess",
|
||||
"Parent": "ISP",
|
||||
"parent": "ISP",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FacePreprocess",
|
||||
"Parent": "ISP",
|
||||
"parent": "ISP",
|
||||
"buffer_count": 0,
|
||||
"parameter": {
|
||||
"rotate-angle": 270,
|
||||
@ -25,22 +25,22 @@
|
||||
},
|
||||
{
|
||||
"name": "FaceDetector",
|
||||
"Parent": "FacePreprocess",
|
||||
"parent": "FacePreprocess",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceEvaluator",
|
||||
"Parent": "FaceDetector",
|
||||
"parent": "FaceDetector",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceRecognizer",
|
||||
"Parent": "FaceEvaluator",
|
||||
"parent": "FaceEvaluator",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "UvcProcess0",
|
||||
"Parent": "ISP",
|
||||
"parent": "ISP",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
|
||||
@ -7,15 +7,15 @@
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 5,
|
||||
"ProcessUnit": [
|
||||
"process_unit": [
|
||||
{
|
||||
"name": "DisplayProcess",
|
||||
"Parent": "ISP",
|
||||
"parent": "ISP",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "UvcProcess0",
|
||||
"Parent": "ISP",
|
||||
"parent": "ISP",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
@ -27,10 +27,10 @@
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 4,
|
||||
"ProcessUnit": [
|
||||
"process_unit": [
|
||||
{
|
||||
"name": "FacePreprocess",
|
||||
"Parent": "CIF",
|
||||
"parent": "CIF",
|
||||
"buffer_count": 0,
|
||||
"parameter": {
|
||||
"rotate-angle": 270,
|
||||
@ -40,22 +40,22 @@
|
||||
},
|
||||
{
|
||||
"name": "FaceDetector",
|
||||
"Parent": "FacePreprocess",
|
||||
"parent": "FacePreprocess",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceEvaluator",
|
||||
"Parent": "FaceDetector",
|
||||
"parent": "FaceDetector",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceRecognizer",
|
||||
"Parent": "FaceEvaluator",
|
||||
"parent": "FaceEvaluator",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "UvcProcess1",
|
||||
"Parent": "CIF",
|
||||
"parent": "CIF",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
|
||||
@ -7,10 +7,10 @@
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 3,
|
||||
"ProcessUnit": [
|
||||
"process_unit": [
|
||||
{
|
||||
"name": "DisplayProcess",
|
||||
"Parent": "ISP",
|
||||
"parent": "ISP",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
@ -22,10 +22,10 @@
|
||||
"format": "YUYV",
|
||||
"fps": 30,
|
||||
"buffer_count": 4,
|
||||
"ProcessUnit": [
|
||||
"process_unit": [
|
||||
{
|
||||
"name": "FacePreprocess",
|
||||
"Parent": "CIF",
|
||||
"parent": "CIF",
|
||||
"width": 1280,
|
||||
"height": 720,
|
||||
"buffer_count": 0,
|
||||
@ -39,17 +39,17 @@
|
||||
},
|
||||
{
|
||||
"name": "FaceDetector",
|
||||
"Parent": "FacePreprocess",
|
||||
"parent": "FacePreprocess",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceEvaluator",
|
||||
"Parent": "FaceDetector",
|
||||
"parent": "FaceDetector",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceRecognizer",
|
||||
"Parent": "FaceEvaluator",
|
||||
"parent": "FaceEvaluator",
|
||||
"width": 1280,
|
||||
"height": 720,
|
||||
"buffer_count": 0
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -7,10 +7,10 @@
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 5,
|
||||
"ProcessUnit": [
|
||||
"process_unit": [
|
||||
{
|
||||
"name": "DisplayProcess",
|
||||
"Parent": "ISP",
|
||||
"parent": "ISP",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
@ -22,10 +22,10 @@
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 4,
|
||||
"ProcessUnit": [
|
||||
"process_unit": [
|
||||
{
|
||||
"name": "FacePreprocess",
|
||||
"Parent": "CIF",
|
||||
"parent": "CIF",
|
||||
"buffer_count": 0,
|
||||
"parameter": {
|
||||
"rotate-angle": 90,
|
||||
@ -35,17 +35,17 @@
|
||||
},
|
||||
{
|
||||
"name": "FaceDetector",
|
||||
"Parent": "FacePreprocess",
|
||||
"parent": "FacePreprocess",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceEvaluator",
|
||||
"Parent": "FaceDetector",
|
||||
"parent": "FaceDetector",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceRecognizer",
|
||||
"Parent": "FaceEvaluator",
|
||||
"parent": "FaceEvaluator",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
|
||||
@ -7,10 +7,10 @@
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 5,
|
||||
"ProcessUnit": [
|
||||
"process_unit": [
|
||||
{
|
||||
"name": "NrProcess",
|
||||
"Parent": "ISP",
|
||||
"parent": "ISP",
|
||||
"buffer_count": 3,
|
||||
"parameter": {
|
||||
"width": 1920,
|
||||
@ -19,7 +19,7 @@
|
||||
},
|
||||
{
|
||||
"name": "H264EncodeProcess",
|
||||
"Parent": "NrProcess",
|
||||
"parent": "NrProcess",
|
||||
"buffer_count": 3,
|
||||
"parameter": {
|
||||
"duration": 60
|
||||
@ -27,12 +27,12 @@
|
||||
},
|
||||
{
|
||||
"name": "PhotoProcess",
|
||||
"Parent": "NrProcess",
|
||||
"parent": "NrProcess",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "DisplayProcess",
|
||||
"Parent": "NrProcess",
|
||||
"parent": "NrProcess",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
|
||||
@ -7,15 +7,15 @@
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 5,
|
||||
"ProcessUnit": [
|
||||
"process_unit": [
|
||||
{
|
||||
"name": "DisplayProcess",
|
||||
"Parent": "ISP",
|
||||
"parent": "ISP",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FacePreprocess",
|
||||
"Parent": "ISP",
|
||||
"parent": "ISP",
|
||||
"buffer_count": 0,
|
||||
"parameter": {
|
||||
"rotate-angle": 0,
|
||||
@ -25,17 +25,17 @@
|
||||
},
|
||||
{
|
||||
"name": "FaceDetector",
|
||||
"Parent": "FacePreprocess",
|
||||
"parent": "FacePreprocess",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceEvaluator",
|
||||
"Parent": "FaceDetector",
|
||||
"parent": "FaceDetector",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceRecognizer",
|
||||
"Parent": "FaceEvaluator",
|
||||
"parent": "FaceEvaluator",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
|
||||
@ -7,15 +7,15 @@
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 5,
|
||||
"ProcessUnit": [
|
||||
"process_unit": [
|
||||
{
|
||||
"name": "DisplayProcess",
|
||||
"Parent": "ISP",
|
||||
"parent": "ISP",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "UvcProcess0",
|
||||
"Parent": "ISP",
|
||||
"parent": "ISP",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user