Merge "add overlay-board for diff board resource overlayfs"
This commit is contained in:
39
rv1108/overlay-board/rv1108-bestom/etc/face_service.conf
Normal file
39
rv1108/overlay-board/rv1108-bestom/etc/face_service.conf
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"Cameras" : [
|
||||
{
|
||||
"name": "CIF",
|
||||
"width": 640,
|
||||
"height": 480,
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 4,
|
||||
"ProcessUnit": [
|
||||
{
|
||||
"name": "DisplayProcess",
|
||||
"Parent": "CIF",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FacePreprocess",
|
||||
"Parent": "CIF",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceDetector",
|
||||
"Parent": "FacePreprocess",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceEvaluator",
|
||||
"Parent": "FaceDetector",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceRecognizer",
|
||||
"Parent": "FaceEvaluator",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
21
rv1108/overlay-board/rv1108-bestom/etc/system_manager.conf
Normal file
21
rv1108/overlay-board/rv1108-bestom/etc/system_manager.conf
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"_comment": "This file is used for system_manager configuration",
|
||||
"name": "system_manager",
|
||||
"bind_url": "ipc:///tmp/system.ipc",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "face_service",
|
||||
"path": "/usr/local/bin/face_service",
|
||||
"bind_url": "ipc:///tmp/face_service.ipc",
|
||||
"parameter": "-c /usr/local/etc/face_service.conf",
|
||||
"delay_ms": 100
|
||||
},
|
||||
{
|
||||
"name": "lock_app",
|
||||
"path": "/usr/local/bin/lock_app",
|
||||
"bind_url": "ipc:///tmp/lock_app.ipc",
|
||||
"parameter": "",
|
||||
"delay_ms": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -0,0 +1,44 @@
|
||||
{
|
||||
"Cameras" : [
|
||||
{
|
||||
"name": "ISP",
|
||||
"width": 1280,
|
||||
"height": 720,
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 5,
|
||||
"ProcessUnit": [
|
||||
{
|
||||
"name": "DisplayProcess",
|
||||
"Parent": "ISP",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FacePreprocess",
|
||||
"Parent": "ISP",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceDetector",
|
||||
"Parent": "FacePreprocess",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceEvaluator",
|
||||
"Parent": "FaceDetector",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceRecognizer",
|
||||
"Parent": "FaceEvaluator",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "UvcProcess0",
|
||||
"Parent": "ISP",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -0,0 +1,59 @@
|
||||
{
|
||||
"Cameras" : [
|
||||
{
|
||||
"name": "ISP",
|
||||
"width": 1280,
|
||||
"height": 720,
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 5,
|
||||
"ProcessUnit": [
|
||||
{
|
||||
"name": "DisplayProcess",
|
||||
"Parent": "ISP",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "UvcProcess0",
|
||||
"Parent": "ISP",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "CIF",
|
||||
"width": 640,
|
||||
"height": 480,
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 4,
|
||||
"ProcessUnit": [
|
||||
{
|
||||
"name": "FacePreprocess",
|
||||
"Parent": "CIF",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceDetector",
|
||||
"Parent": "FacePreprocess",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceEvaluator",
|
||||
"Parent": "FaceDetector",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceRecognizer",
|
||||
"Parent": "FaceEvaluator",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "UvcProcess1",
|
||||
"Parent": "CIF",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -0,0 +1,49 @@
|
||||
{
|
||||
"Cameras" : [
|
||||
{
|
||||
"name": "ISP",
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 5,
|
||||
"ProcessUnit": [
|
||||
{
|
||||
"name": "DisplayProcess",
|
||||
"Parent": "ISP",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "CIF",
|
||||
"width": 1280,
|
||||
"height": 720,
|
||||
"format": "YUYV",
|
||||
"fps": 30,
|
||||
"buffer_count": 4,
|
||||
"ProcessUnit": [
|
||||
{
|
||||
"name": "FacePreprocess",
|
||||
"Parent": "CIF",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceDetector",
|
||||
"Parent": "FacePreprocess",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceEvaluator",
|
||||
"Parent": "FaceDetector",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceRecognizer",
|
||||
"Parent": "FaceEvaluator",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -0,0 +1,21 @@
|
||||
{
|
||||
"_comment": "This file is used for system_manager configuration",
|
||||
"name": "system_manager",
|
||||
"bind_url": "ipc:///tmp/system.ipc",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "face_service",
|
||||
"path": "/usr/local/bin/face_service",
|
||||
"bind_url": "ipc:///tmp/face_service.ipc",
|
||||
"parameter": "-c /usr/local/etc/face_service.conf",
|
||||
"delay_ms": 100
|
||||
},
|
||||
{
|
||||
"name": "lock_app",
|
||||
"path": "/usr/local/bin/lock_app",
|
||||
"bind_url": "ipc:///tmp/lock_app.ipc",
|
||||
"parameter": "",
|
||||
"delay_ms": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
rv1108/overlay-board/rv1108-lock-evb-sl-v10/firmware/preisp.rkl
Normal file
BIN
rv1108/overlay-board/rv1108-lock-evb-sl-v10/firmware/preisp.rkl
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,58 @@
|
||||
{
|
||||
"Cameras" : [
|
||||
{
|
||||
"name": "ISP",
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 3,
|
||||
"ProcessUnit": [
|
||||
{
|
||||
"name": "DisplayProcess",
|
||||
"Parent": "ISP",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "CIF",
|
||||
"width": 1280,
|
||||
"height": 900,
|
||||
"format": "YUYV",
|
||||
"fps": 30,
|
||||
"buffer_count": 4,
|
||||
"ProcessUnit": [
|
||||
{
|
||||
"name": "FacePreprocess",
|
||||
"Parent": "CIF",
|
||||
"width": 1280,
|
||||
"height": 720,
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceDetector",
|
||||
"Parent": "FacePreprocess",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceEvaluator",
|
||||
"Parent": "FaceDetector",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "LiveDetector",
|
||||
"Parent": "FaceEvaluator",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceRecognizer",
|
||||
"Parent": "LiveDetector",
|
||||
"width": 1280,
|
||||
"height": 720,
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -0,0 +1,21 @@
|
||||
{
|
||||
"_comment": "This file is used for system_manager configuration",
|
||||
"name": "system_manager",
|
||||
"bind_url": "ipc:///tmp/system.ipc",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "face_service",
|
||||
"path": "/usr/local/bin/face_service",
|
||||
"bind_url": "ipc:///tmp/face_service.ipc",
|
||||
"parameter": "-c /usr/local/etc/face_service.conf",
|
||||
"delay_ms": 100
|
||||
},
|
||||
{
|
||||
"name": "lock_app",
|
||||
"path": "/usr/local/bin/lock_app",
|
||||
"bind_url": "ipc:///tmp/lock_app.ipc",
|
||||
"parameter": "",
|
||||
"delay_ms": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
rv1108/overlay-board/rv1108-lock-evb-sl-v11/firmware/preisp.rkl
Normal file
BIN
rv1108/overlay-board/rv1108-lock-evb-sl-v11/firmware/preisp.rkl
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,59 @@
|
||||
{
|
||||
"Cameras" : [
|
||||
{
|
||||
"name": "ISP",
|
||||
"width": 1280,
|
||||
"height": 720,
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 5,
|
||||
"ProcessUnit": [
|
||||
{
|
||||
"name": "DisplayProcess",
|
||||
"Parent": "ISP",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "UvcProcess0",
|
||||
"Parent": "ISP",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "CIF",
|
||||
"width": 640,
|
||||
"height": 480,
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 4,
|
||||
"ProcessUnit": [
|
||||
{
|
||||
"name": "FacePreprocess",
|
||||
"Parent": "CIF",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceDetector",
|
||||
"Parent": "FacePreprocess",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceEvaluator",
|
||||
"Parent": "FaceDetector",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceRecognizer",
|
||||
"Parent": "FaceEvaluator",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "UvcProcess1",
|
||||
"Parent": "CIF",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -0,0 +1,21 @@
|
||||
{
|
||||
"_comment": "This file is used for system_manager configuration",
|
||||
"name": "system_manager",
|
||||
"bind_url": "ipc:///tmp/system.ipc",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "face_service",
|
||||
"path": "/usr/local/bin/face_service",
|
||||
"bind_url": "ipc:///tmp/face_service.ipc",
|
||||
"parameter": "-c /usr/local/etc/face_service.conf",
|
||||
"delay_ms": 100
|
||||
},
|
||||
{
|
||||
"name": "lock_app",
|
||||
"path": "/usr/local/bin/lock_app",
|
||||
"bind_url": "ipc:///tmp/lock_app.ipc",
|
||||
"parameter": "",
|
||||
"delay_ms": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -0,0 +1,49 @@
|
||||
{
|
||||
"Cameras" : [
|
||||
{
|
||||
"name": "ISP",
|
||||
"width": 1280,
|
||||
"height": 720,
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 5,
|
||||
"ProcessUnit": [
|
||||
{
|
||||
"name": "DisplayProcess",
|
||||
"Parent": "ISP",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "CIF",
|
||||
"width": 640,
|
||||
"height": 480,
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 4,
|
||||
"ProcessUnit": [
|
||||
{
|
||||
"name": "FacePreprocess",
|
||||
"Parent": "CIF",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceDetector",
|
||||
"Parent": "FacePreprocess",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceEvaluator",
|
||||
"Parent": "FaceDetector",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceRecognizer",
|
||||
"Parent": "FaceEvaluator",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -0,0 +1,21 @@
|
||||
{
|
||||
"_comment": "This file is used for system_manager configuration",
|
||||
"name": "system_manager",
|
||||
"bind_url": "ipc:///tmp/system.ipc",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "face_service",
|
||||
"path": "/usr/local/bin/face_service",
|
||||
"bind_url": "ipc:///tmp/face_service.ipc",
|
||||
"parameter": "-c /usr/local/etc/face_service.conf",
|
||||
"delay_ms": 100
|
||||
},
|
||||
{
|
||||
"name": "lock_app",
|
||||
"path": "/usr/local/bin/lock_app",
|
||||
"bind_url": "ipc:///tmp/lock_app.ipc",
|
||||
"parameter": "",
|
||||
"delay_ms": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -0,0 +1,39 @@
|
||||
{
|
||||
"Cameras" : [
|
||||
{
|
||||
"name": "ISP",
|
||||
"width": 640,
|
||||
"height": 360,
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 5,
|
||||
"ProcessUnit": [
|
||||
{
|
||||
"name": "DisplayProcess",
|
||||
"Parent": "ISP",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FacePreprocess",
|
||||
"Parent": "ISP",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceDetector",
|
||||
"Parent": "FacePreprocess",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceEvaluator",
|
||||
"Parent": "FaceDetector",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "FaceRecognizer",
|
||||
"Parent": "FaceEvaluator",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -0,0 +1,21 @@
|
||||
{
|
||||
"_comment": "This file is used for system_manager configuration",
|
||||
"name": "system_manager",
|
||||
"bind_url": "ipc:///tmp/system.ipc",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "face_service",
|
||||
"path": "/usr/local/bin/face_service",
|
||||
"bind_url": "ipc:///tmp/face_service.ipc",
|
||||
"parameter": "-c /usr/local/etc/face_service.conf",
|
||||
"delay_ms": 100
|
||||
},
|
||||
{
|
||||
"name": "lock_app",
|
||||
"path": "/usr/local/bin/lock_app",
|
||||
"bind_url": "ipc:///tmp/lock_app.ipc",
|
||||
"parameter": "",
|
||||
"delay_ms": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -0,0 +1,24 @@
|
||||
{
|
||||
"Cameras" : [
|
||||
{
|
||||
"name": "ISP",
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"format": "NV12",
|
||||
"fps": 30,
|
||||
"buffer_count": 5,
|
||||
"ProcessUnit": [
|
||||
{
|
||||
"name": "DisplayProcess",
|
||||
"Parent": "ISP",
|
||||
"buffer_count": 0
|
||||
},
|
||||
{
|
||||
"name": "UvcProcess0",
|
||||
"Parent": "ISP",
|
||||
"buffer_count": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user