2017-10-12 12:00:32 +02:00
|
|
|
{
|
|
|
|
"type":"object",
|
|
|
|
"script" : "gif.py",
|
|
|
|
"title":"edt_eff_gif_header",
|
|
|
|
"required":true,
|
2019-01-06 19:49:56 +01:00
|
|
|
"properties": {
|
2021-10-02 18:02:52 +02:00
|
|
|
"imageSource": {
|
|
|
|
"type": "string",
|
|
|
|
"title": "edt_eff_image_source",
|
|
|
|
"format": "radio",
|
|
|
|
"enum": ["url", "file"],
|
|
|
|
"options" : {
|
|
|
|
"enum_titles" : ["edt_eff_image_source_url", "edt_eff_image_source_file"]
|
|
|
|
},
|
|
|
|
"propertyOrder" : 1
|
|
|
|
},
|
|
|
|
"url": {
|
|
|
|
"type": "string",
|
|
|
|
"title":"edt_eff_url",
|
|
|
|
"default": "",
|
|
|
|
"options": {
|
|
|
|
"dependencies": {
|
|
|
|
"imageSource": "url"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"propertyOrder" : 2
|
|
|
|
},
|
|
|
|
"file": {
|
2017-10-12 12:00:32 +02:00
|
|
|
"type": "string",
|
|
|
|
"title":"edt_eff_image",
|
2019-01-06 19:49:56 +01:00
|
|
|
"format" : "url",
|
|
|
|
"options" :
|
|
|
|
{
|
|
|
|
"upload" : true,
|
2021-10-02 18:02:52 +02:00
|
|
|
"auto_upload" : true,
|
|
|
|
"dependencies": {
|
|
|
|
"imageSource": "file"
|
|
|
|
}
|
2019-01-06 19:49:56 +01:00
|
|
|
},
|
2017-10-12 12:00:32 +02:00
|
|
|
"default": "",
|
2021-10-02 18:02:52 +02:00
|
|
|
"propertyOrder" : 3
|
|
|
|
},
|
|
|
|
"cropLeft": {
|
|
|
|
"type": "integer",
|
|
|
|
"title":"edt_conf_v4l2_cropLeft_title",
|
|
|
|
"default": 0,
|
|
|
|
"minimum" : 0,
|
|
|
|
"step" : 1,
|
|
|
|
"propertyOrder" : 4
|
|
|
|
},
|
|
|
|
"cropTop": {
|
|
|
|
"type": "integer",
|
|
|
|
"title":"edt_conf_v4l2_cropTop_title",
|
|
|
|
"default": 0,
|
|
|
|
"minimum" : 0,
|
|
|
|
"step" : 1,
|
|
|
|
"propertyOrder" : 5
|
|
|
|
},
|
|
|
|
"cropRight": {
|
|
|
|
"type": "integer",
|
|
|
|
"title":"edt_conf_v4l2_cropRight_title",
|
|
|
|
"default": 0,
|
|
|
|
"minimum" : 0,
|
|
|
|
"step" : 1,
|
|
|
|
"propertyOrder" : 6
|
|
|
|
},
|
|
|
|
"cropBottom": {
|
|
|
|
"type": "integer",
|
|
|
|
"title":"edt_conf_v4l2_cropBottom_title",
|
|
|
|
"default": 0,
|
|
|
|
"minimum" : 0,
|
|
|
|
"step" : 1,
|
|
|
|
"propertyOrder" : 7
|
|
|
|
},
|
|
|
|
"grayscale": {
|
|
|
|
"type": "boolean",
|
|
|
|
"title":"edt_eff_grayscale",
|
|
|
|
"default": false,
|
|
|
|
"propertyOrder" : 8
|
2017-10-12 12:00:32 +02:00
|
|
|
},
|
|
|
|
"fps": {
|
|
|
|
"type": "integer",
|
|
|
|
"title":"edt_eff_fps",
|
|
|
|
"default": 25,
|
|
|
|
"minimum" : 1,
|
|
|
|
"maximum" : 100,
|
|
|
|
"step" : 1,
|
2021-10-02 18:02:52 +02:00
|
|
|
"propertyOrder" : 9
|
2017-10-12 12:00:32 +02:00
|
|
|
},
|
|
|
|
"reverse": {
|
|
|
|
"type": "boolean",
|
|
|
|
"title":"edt_eff_reversedirection",
|
|
|
|
"default": false,
|
2021-10-02 18:02:52 +02:00
|
|
|
"propertyOrder" : 10
|
2017-10-12 12:00:32 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|