added option to drop output modew to 720 for some hdmi devices...

This commit is contained in:
langolierz
2018-05-16 04:02:51 +00:00
parent d6e941464b
commit fd7748c102
3 changed files with 40 additions and 10 deletions

View File

@@ -1,11 +1,17 @@
{
"control_change 0": {
"DEFAULT": ["set_the_camera_alpha_cc"]
"DEFAULT": ["set_the_current_video_alpha_cc"]
},
"control_change 1": {
"DEFAULT": ["set_the_camera_colour_u_with_cc"]
"DEFAULT": ["set_the_next_video_alpha_cc"]
},
"control_change 2": {
"DEFAULT": ["set_the_camera_alpha_cc"]
},
"control_change 3": {
"DEFAULT": ["set_the_camera_colour_u_with_cc"]
},
"control_change 4": {
"DEFAULT": ["set_the_camera_colour_v_with_cc"]
},
"note_on 72": {

View File

@@ -24,7 +24,7 @@
},
"IMAGE_EFFECT": {
"action": "update_capture_settings",
"options": [],
"options": ["none","sketch", "solarize", "oilpaint", "cartoon", "colorswap"],
"value": "none"
},
"RESOLUTION": {
@@ -145,7 +145,7 @@
"on",
"off"
],
"value": "off"
"value": "on"
},
"LOAD_NEXT": {
"action": "update_video_settings",
@@ -213,6 +213,14 @@
],
"value": "black"
},
"HDMI_MODE": {
"action": "change_hdmi_settings",
"options": [
"preferred",
"CEA 4 HDMI"
],
"value": "preferred"
},
"COMPOSITE_PROGRESSIVE": {
"action": "change_composite_setting",
"options": [