mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-05 16:00:06 +01:00
418 lines
9.8 KiB
JSON
418 lines
9.8 KiB
JSON
{
|
|
"capture": {
|
|
"TYPE": {
|
|
"action": "update_capture_settings",
|
|
"options": [
|
|
"piCamera",
|
|
"usb",
|
|
"piCaptureSd1"
|
|
],
|
|
"value": "piCaptureSd1"
|
|
},
|
|
"PICAPTURE_INPUT": {
|
|
"action": "change_piCapture_input",
|
|
"options": [
|
|
"auto",
|
|
"video1",
|
|
"video2",
|
|
"video3",
|
|
"svideo",
|
|
"component"
|
|
],
|
|
"value": "video1"
|
|
},
|
|
"DEVICE": {
|
|
"action": "update_capture_settings",
|
|
"options": [
|
|
"enabled",
|
|
"disabled"
|
|
],
|
|
"value": "disabled"
|
|
},
|
|
"FRAMERATE": {
|
|
"action": "update_capture_settings",
|
|
"options": [
|
|
"24",
|
|
"23.976",
|
|
"25",
|
|
"29.97",
|
|
"30",
|
|
"50",
|
|
"59.94",
|
|
"60"
|
|
],
|
|
"value": "25"
|
|
},
|
|
"IMAGE_EFFECT": {
|
|
"action": "update_capture_settings",
|
|
"options": ["none","sketch", "solarize", "oilpaint", "cartoon", "colorswap"],
|
|
"value": "none"
|
|
},
|
|
"RESOLUTION": {
|
|
"action": "update_capture_settings",
|
|
"options": [
|
|
"640x480",
|
|
"768x576",
|
|
"1280x720",
|
|
"1920x1080"
|
|
],
|
|
"value": "640x480"
|
|
},
|
|
"SHUTTER": {
|
|
"action": "update_capture_settings",
|
|
"options": [
|
|
"auto",
|
|
"1/1000",
|
|
"1/500",
|
|
"1/250",
|
|
"max"
|
|
],
|
|
"value": "auto"
|
|
}
|
|
},
|
|
"user_input": {
|
|
"MIDI_CHANNEL": {
|
|
"action": null,
|
|
"options": [
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5,
|
|
6,
|
|
7,
|
|
8,
|
|
9,
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16
|
|
],
|
|
"value": 1
|
|
},
|
|
"MIDI_INPUT": {
|
|
"action": null,
|
|
"options": [
|
|
"usb",
|
|
"serial",
|
|
"disabled"
|
|
],
|
|
"value": "disabled"
|
|
},
|
|
"MIDI_STATUS": {
|
|
"action": "get_midi_status",
|
|
"options": [],
|
|
"value": null
|
|
},
|
|
"CYCLE_MIDI_PORT": {
|
|
"action": "cycle_midi_port_index",
|
|
"options": [],
|
|
"value": null
|
|
},
|
|
"ANALOG_INPUT": {
|
|
"action": null,
|
|
"options": [
|
|
"enabled",
|
|
"disabled"
|
|
],
|
|
"value": "disabled"
|
|
}
|
|
},
|
|
"system": {
|
|
"UPDATE_CODE": {
|
|
"action": "try_pull_code_and_reset",
|
|
"options": [],
|
|
"value": null
|
|
},
|
|
"CLEAR_MESSAGE_BAR": {
|
|
"action": "clear_message",
|
|
"options": [],
|
|
"value": null
|
|
},
|
|
"DEV_MODE_RESET": {
|
|
"action": "switch_dev_mode",
|
|
"options": [
|
|
"on",
|
|
"off"
|
|
],
|
|
"value": "off"
|
|
},
|
|
"RESTART_PROGRAM": {
|
|
"action": "restart_the_program",
|
|
"options": [],
|
|
"value": null
|
|
},
|
|
"QUIT": {
|
|
"action": "confirm_quit",
|
|
"options": [],
|
|
"value": null
|
|
},
|
|
"SHUTDOWN_PI": {
|
|
"action": "shutdown_pi",
|
|
"options": [],
|
|
"value": null
|
|
},
|
|
"RESTART_OPENFRAMEWORKS": {
|
|
"action": "restart_openframeworks",
|
|
"options": [],
|
|
"value": null
|
|
}
|
|
},
|
|
"shader": {
|
|
"USE_SHADER": {
|
|
"action": "update_capture_settings",
|
|
"options": [
|
|
"enabled",
|
|
"disabled"
|
|
],
|
|
"value": "enabled"
|
|
},
|
|
"X3_AS_SPEED": {
|
|
"action": null,
|
|
"options": [
|
|
"enabled",
|
|
"disabled"
|
|
],
|
|
"value": "disabled"
|
|
},
|
|
"SHADER_PARAM": {
|
|
"action": null,
|
|
"options": [
|
|
0.01,
|
|
0.02,
|
|
0.05,
|
|
0.10,
|
|
0.15,
|
|
0.2,
|
|
0.3,
|
|
0.4
|
|
],
|
|
"value": 0.10
|
|
}
|
|
},
|
|
"detour": {
|
|
"TRY_DEMO": {
|
|
"action": null,
|
|
"options": [
|
|
"enabled",
|
|
"disabled"
|
|
],
|
|
"value": "disabled"
|
|
},
|
|
"DELAY_MODE": {
|
|
"action": "set_detour_delay_mode",
|
|
"options": [
|
|
"enabled",
|
|
"disabled"
|
|
],
|
|
"value": "disabled"
|
|
},
|
|
"SHADER_POSITION": {
|
|
"action": null,
|
|
"options": [
|
|
"input",
|
|
"output"
|
|
],
|
|
"value": "output"
|
|
}
|
|
},
|
|
"sampler": {
|
|
"ACTION_GATED": {
|
|
"action": null,
|
|
"options": [
|
|
"on",
|
|
"off"
|
|
],
|
|
"value": "off"
|
|
},
|
|
"RESET_PLAYERS": {
|
|
"action": "reset_players",
|
|
"options": [],
|
|
"value": null
|
|
},
|
|
"LOOP_TYPE": {
|
|
"action": "update_video_settings",
|
|
"options": [
|
|
"seamless",
|
|
"parallel"
|
|
],
|
|
"value": "seamless"
|
|
},
|
|
"FIXED_LENGTH": {
|
|
"action": "set_fixed_length",
|
|
"options": [],
|
|
"value": 1.18
|
|
},
|
|
"FIXED_LENGTH_MODE": {
|
|
"action": "update_video_settings",
|
|
"options": [
|
|
"on",
|
|
"off"
|
|
],
|
|
"value": "off"
|
|
},
|
|
"FIXED_LENGTH_MULTIPLY": {
|
|
"action": null,
|
|
"options": [
|
|
1,
|
|
2,
|
|
4,
|
|
8,
|
|
16
|
|
],
|
|
"value": 4
|
|
},
|
|
"FUNC_GATED": {
|
|
"action": null,
|
|
"options": [
|
|
"on",
|
|
"off"
|
|
],
|
|
"value": "on"
|
|
},
|
|
"LOAD_NEXT": {
|
|
"action": "update_video_settings",
|
|
"options": [
|
|
"now",
|
|
"random",
|
|
"consecutive"
|
|
],
|
|
"value": "now"
|
|
},
|
|
"ON_ACTION": {
|
|
"action": "update_video_settings",
|
|
"options": [
|
|
"show",
|
|
"play",
|
|
"play/show"
|
|
],
|
|
"value": "play"
|
|
},
|
|
"ON_FINISH": {
|
|
"action": "update_video_settings",
|
|
"options": [
|
|
"nothing",
|
|
"switch"
|
|
],
|
|
"value": "switch"
|
|
},
|
|
"ON_LOAD": {
|
|
"action": "update_video_settings",
|
|
"options": [
|
|
"hide",
|
|
"show"
|
|
],
|
|
"value": "show"
|
|
},
|
|
"ON_START": {
|
|
"action": "update_video_settings",
|
|
"options": [
|
|
"pause/hide",
|
|
"pause/show",
|
|
"play/hide",
|
|
"play/show"
|
|
],
|
|
"value": "play/show"
|
|
},
|
|
"RAND_START_MODE": {
|
|
"action": "update_video_settings",
|
|
"options": [
|
|
"on",
|
|
"off"
|
|
],
|
|
"value": "off"
|
|
},
|
|
"SEEK_TIME": {
|
|
"action": null,
|
|
"options": [
|
|
0.5,
|
|
1,
|
|
5,
|
|
10,
|
|
15,
|
|
30,
|
|
60,
|
|
120
|
|
],
|
|
"value": 5
|
|
}
|
|
},
|
|
"video": {
|
|
"BACKGROUND_COLOUR": {
|
|
"action": null,
|
|
"options": [
|
|
"pink",
|
|
"blue",
|
|
"black",
|
|
"white",
|
|
"green",
|
|
"none"
|
|
],
|
|
"value": "black"
|
|
},
|
|
"VIDEOPLAYER_BACKEND": {
|
|
"action": "switch_video_backend",
|
|
"options": [
|
|
"omxplayer",
|
|
"ofvideoplayer",
|
|
"ofxomxplayer"
|
|
],
|
|
"value": "ofxomxplayer"
|
|
},
|
|
"HDMI_MODE": {
|
|
"action": "change_hdmi_settings",
|
|
"options": [
|
|
"preferred",
|
|
"CEA 4 HDMI",
|
|
"CEA 17 HDMI"
|
|
],
|
|
"value": "CEA 4 HDMI"
|
|
},
|
|
"COMPOSITE_PROGRESSIVE": {
|
|
"action": "change_composite_setting",
|
|
"options": [
|
|
"off",
|
|
"on"
|
|
],
|
|
"value": "off"
|
|
},
|
|
"COMPOSITE_RATIO": {
|
|
"action": "change_composite_setting",
|
|
"options": [
|
|
"4:3",
|
|
"14:9",
|
|
"16:9"
|
|
],
|
|
"value": "4:3"
|
|
},
|
|
"COMPOSITE_TYPE": {
|
|
"action": "change_composite_setting",
|
|
"options": [
|
|
"PAL",
|
|
"NTSC"
|
|
],
|
|
"value": "PAL"
|
|
},
|
|
"OUTPUT": {
|
|
"action": "change_output_mode",
|
|
"options": [
|
|
"hdmi",
|
|
"composite"
|
|
],
|
|
"value": "hdmi"
|
|
},
|
|
"SCREEN_MODE": {
|
|
"action": null,
|
|
"options": [
|
|
"stretch",
|
|
"letterbox",
|
|
"fill"
|
|
],
|
|
"value": "letterbox"
|
|
}
|
|
}
|
|
}
|