40 lines
794 B
JSON
40 lines
794 B
JSON
{
|
|
"pipelines": [
|
|
{
|
|
"name": "default",
|
|
"device": "/dev/touch_offload",
|
|
"algorithms": [
|
|
{
|
|
"class": "SegmentationAlgorithm",
|
|
"name": "segmentation",
|
|
},
|
|
{
|
|
"class": "GripSuppressionAlgorithm",
|
|
"name": "grip_suppression",
|
|
"blocked_by": ["segmentation"],
|
|
"parameters": {
|
|
"gripEnableCancel": true,
|
|
"palmEnableCancel": true
|
|
}
|
|
},
|
|
{
|
|
"class": "TouchflowAlgorithm",
|
|
"name": "touchflow",
|
|
"parameters": { "requires_self_data": true },
|
|
"blocked_by": ["grip_suppression"],
|
|
},
|
|
{
|
|
"class": "ReportingAlgorithm",
|
|
"name": "reporting",
|
|
"blocked_by": ["touchflow"],
|
|
},
|
|
{
|
|
"class": "TouchSuezAlgorithm",
|
|
"name": "touchsuez",
|
|
"blocked_by": ["reporting"],
|
|
}
|
|
],
|
|
}
|
|
]
|
|
}
|