Skip to content

base config

AndreyBarmaley edited this page Apr 13, 2022 · 5 revisions

json format:

{
"display:fullscreen": false,
"display:geometry": [ 1024, 768 ],
"font:file": "defaultfont.ttf",
"font:size": "16",
"font:blend": "false",

"datetime": {
    "strftime:format": "%H:%M:%S",
    "position": [ 950, 10 ]
},

"gallery": {
    "position": [ 10, 10, 160, 748 ],
    "background": "navy",
    "label:hide": false,
    "action:click": "xdg-open ${dir}"
  },

"windows": [
    {
      "label:name": "input1",
      "label:color": "yellow",
      "label:position": [ 10, 10 ],

      "position": [ 180, 10, 834, 748 ],
      "plugins": [ "cap_video0", "stor_video0" ]
    }
  ],

"plugins": [
    {
      "name": "cap_video0",
      "type": "capture_ffmpeg",
      "debug": 0,
      "device": "/dev/video0",
      "format": "video4linux2",
      "scale": true
    },
    {
      "name": "stor_video0",
      "type": "storage_file",
      "debug": 0,
      "format:description": "strftime",
      "format": "/var/tmp/input1/%Y%m%d_%H%M%S.png",
      "signals":  [ "mouse:click" ]
    }
  ]
}

Clone this wiki locally