summary refs log tree commit diff
path: root/nixos/modules/services/desktops/pipewire/media-session/v4l2-monitor.conf.json
blob: b08cba1b604b5e4a83251aeafd5149aba6201fe7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "properties": {},
  "rules": [
    {
      "matches": [
        {
          "device.name": "~v4l2_device.*"
        }
      ],
      "actions": {
        "update-props": {}
      }
    },
    {
      "matches": [
        {
          "node.name": "~v4l2_input.*"
        },
        {
          "node.name": "~v4l2_output.*"
        }
      ],
      "actions": {
        "update-props": {
          "node.pause-on-idle": false
        }
      }
    }
  ]
}