mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
2dca1c93e6
- Commit: 1d9165f403
- New default QT capture implementation
- UploadHandler added to Effects Configurator to allow uploading GIF files
- Docker compile script and instruction
- Travis Fix
103 lines
2.0 KiB
JSON
103 lines
2.0 KiB
JSON
{
|
|
"type" : "object",
|
|
"title" : "edt_conf_fg_heading_title",
|
|
"properties" :
|
|
{
|
|
"type" :
|
|
{
|
|
"type" : "string",
|
|
"title" : "edt_conf_fg_type_title",
|
|
"enum" : ["auto","dispmanx","amlogic","x11","framebuffer","qt"],
|
|
"default" : "auto",
|
|
"propertyOrder" : 2
|
|
},
|
|
"width" :
|
|
{
|
|
"type" : "integer",
|
|
"title" : "edt_conf_fg_width_title",
|
|
"minimum" : 10,
|
|
"default" : 80,
|
|
"append" : "edt_append_pixel",
|
|
"propertyOrder" : 3
|
|
},
|
|
"height" :
|
|
{
|
|
"type" : "integer",
|
|
"title" : "edt_conf_fg_height_title",
|
|
"minimum" : 10,
|
|
"default" : 45,
|
|
"append" : "edt_append_pixel",
|
|
"propertyOrder" : 3
|
|
},
|
|
"frequency_Hz" :
|
|
{
|
|
"type" : "integer",
|
|
"title" : "edt_conf_fg_frequency_Hz_title",
|
|
"minimum" : 1,
|
|
"default" : 10,
|
|
"append" : "edt_append_hz",
|
|
"propertyOrder" : 4
|
|
},
|
|
"cropLeft" :
|
|
{
|
|
"type" : "integer",
|
|
"title" : "edt_conf_v4l2_cropLeft_title",
|
|
"minimum" : 0,
|
|
"default" : 0,
|
|
"append" : "edt_append_pixel",
|
|
"propertyOrder" : 6
|
|
},
|
|
"cropRight" :
|
|
{
|
|
"type" : "integer",
|
|
"title" : "edt_conf_v4l2_cropRight_title",
|
|
"minimum" : 0,
|
|
"default" : 0,
|
|
"append" : "edt_append_pixel",
|
|
"propertyOrder" : 7
|
|
},
|
|
"cropTop" :
|
|
{
|
|
"type" : "integer",
|
|
"title" : "edt_conf_v4l2_cropTop_title",
|
|
"minimum" : 0,
|
|
"default" : 0,
|
|
"append" : "edt_append_pixel",
|
|
"propertyOrder" : 8
|
|
},
|
|
"cropBottom" :
|
|
{
|
|
"type" : "integer",
|
|
"title" : "edt_conf_v4l2_cropBottom_title",
|
|
"minimum" : 0,
|
|
"default" : 0,
|
|
"append" : "edt_append_pixel",
|
|
"propertyOrder" : 9
|
|
},
|
|
"pixelDecimation" :
|
|
{
|
|
"type" : "integer",
|
|
"title" : "edt_conf_fg_pixelDecimation_title",
|
|
"minimum" : 1,
|
|
"maximum" : 30,
|
|
"default" : 8,
|
|
"propertyOrder" : 10
|
|
},
|
|
"device" :
|
|
{
|
|
"type" : "string",
|
|
"title" : "edt_conf_fg_device_title",
|
|
"default" : "/dev/fb0",
|
|
"propertyOrder" : 11
|
|
},
|
|
"display" :
|
|
{
|
|
"type" : "integer",
|
|
"title" : "edt_conf_fg_display_title",
|
|
"minimum" : 0,
|
|
"propertyOrder" : 12
|
|
}
|
|
},
|
|
"additionalProperties" : false
|
|
}
|