summary refs log blame commit diff
path: root/nixos/modules/services/desktops/pipewire/media-session/v4l2-monitor.conf.json
blob: b08cba1b604b5e4a83251aeafd5149aba6201fe7 (plain) (tree)
1
2
3
4
5
6
7
8



                   

                  
                                         
         



                          

      

                  
                                      

          





                                       
         
       


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