diff --git a/task_profiles.json b/task_profiles.json index 0874d76a..d40170c6 100644 --- a/task_profiles.json +++ b/task_profiles.json @@ -44,6 +44,28 @@ } ] }, + { + "Name": "CameraServicePower", + "Actions": [ + { + "Name": "JoinCgroup", + "Params": + { + "Controller": "cpu", + "Path": "system" + } + }, + { + "Name": "WriteFile", + "Params": + { + "FilePath": "/sys/kernel/vendor_sched/set_task_group_cam_power", + "Value": "", + "LogFailures": "false" + } + } + ] + }, { "Name": "CameraServiceHighCapacity", "Actions": [