2017-07-30 13:32:10 +02:00
|
|
|
{
|
|
|
|
"type" : "object",
|
|
|
|
"title" : "edt_conf_fg_heading_title",
|
|
|
|
"properties" :
|
|
|
|
{
|
|
|
|
"type" :
|
|
|
|
{
|
|
|
|
"type" : "string",
|
|
|
|
"title" : "edt_conf_fg_type_title",
|
2019-01-06 19:49:56 +01:00
|
|
|
"enum" : ["auto","dispmanx","amlogic","x11","framebuffer","qt"],
|
2017-07-30 13:32:10 +02:00
|
|
|
"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
|
|
|
|
},
|
2018-12-27 23:11:32 +01:00
|
|
|
"pixelDecimation" :
|
2017-07-30 13:32:10 +02:00
|
|
|
{
|
|
|
|
"type" : "integer",
|
2018-12-27 23:11:32 +01:00
|
|
|
"title" : "edt_conf_fg_pixelDecimation_title",
|
|
|
|
"minimum" : 1,
|
|
|
|
"maximum" : 30,
|
2017-07-30 13:32:10 +02:00
|
|
|
"default" : 8,
|
2018-12-27 23:11:32 +01:00
|
|
|
"propertyOrder" : 10
|
2017-07-30 13:32:10 +02:00
|
|
|
},
|
|
|
|
"device" :
|
|
|
|
{
|
|
|
|
"type" : "string",
|
|
|
|
"title" : "edt_conf_fg_device_title",
|
|
|
|
"default" : "/dev/fb0",
|
2018-12-27 23:11:32 +01:00
|
|
|
"propertyOrder" : 11
|
2017-07-30 13:32:10 +02:00
|
|
|
},
|
|
|
|
"display" :
|
|
|
|
{
|
|
|
|
"type" : "integer",
|
|
|
|
"title" : "edt_conf_fg_display_title",
|
|
|
|
"minimum" : 0,
|
2018-12-27 23:11:32 +01:00
|
|
|
"propertyOrder" : 12
|
2017-07-30 13:32:10 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties" : false
|
|
|
|
}
|