Files
vendor_google_lynx/proprietary/vendor/etc/twoshay_config.json
T
2026-07-11 13:00:21 +00:00

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"],
}
],
}
]
}