45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
{
|
|
"Cameras" : [
|
|
{
|
|
"name": "ISP",
|
|
"width": 1280,
|
|
"height": 720,
|
|
"format": "NV12",
|
|
"fps": 30,
|
|
"buffer_count": 5,
|
|
"process_unit": [
|
|
{
|
|
"name": "DisplayProcess",
|
|
"parent": "ISP",
|
|
"buffer_count": 0
|
|
},
|
|
{
|
|
"name": "FacePreprocess",
|
|
"parent": "ISP",
|
|
"buffer_count": 0,
|
|
"parameter": {
|
|
"rotate_angle": 0,
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|