[
{
"name":"width",
"default":0,
"description":"Image width. 0 = max width",
"label":"Width",
"type":"number"
},
{
"name":"height",
"default":0,
"description":"Image height. 0 = max height",
"label":"Height",
"type":"number"
},
{
"name":"exposure",
"default":10000,
"description":"Time in ms (1000ms = 1 sec, range 1 - 240000 ms)",
"label":"Exposure",
"type":"number"
},
{
"name":"autoexposure",
"default":"1",
"description":"Activate to enable auto-exposure",
"label":"Auto-Exposure",
"type":"checkbox"
},
{
"name":"gain",
"default":"1",
"description":"Light sensitivity. Starts at 1 till 16. A high value returns a brighter image but more noise too",
"label":"Gain",
"type":"number"
},
{
"name":"autogain",
"default":"0",
"description":"Activate to enable auto-gain",
"label":"Auto-Gain",
"type":"checkbox"
},
{
"name":"gamma",
"default":"50",
"description":"-100 to 100. Changes the difference between light and dark areas. A hight value increases contrast",
"label":"Gamma",
"type":"number"
},
{
"name":"brightness",
"default":"50",
"description":"0 to 100. Changes the amount of light in the image. Low value = dark. high value = bright",
"label":"Brightness",
"type":"number"
},
{
"name":"awb",
"default":"0",
"description":"Auto White Balance",
"label":"AWB",
"type":"checkbox"
},
{
"name":"wbr",
"default":"2",
"description":"Red component for the White Balance, range 0 - 10",
"label":"Red balance",
"type":"text"
},
{
"name":"wbb",
"default":"2",
"description":"Blue component for the White Balance, range 0 - 10",
"label":"Blue balance",
"type":"text"
},
{
"name":"bin",
"default":"1",
"description":"1 = binning OFF (1x1), 2 = 2x2 binning, 3 = 3x3 binning. Check available binning mode for your camera",
"label":"Binning",
"type":"number"
},
{
"name":"delay",
"default":"10",
"description":"Delay between images in milliseconds. 1000ms = 1 sec.",
"label":"Delay",
"type":"number"
},
{
"name":"daytimeDelay",
"default":"5000",
"description":"Delay between images during daytime in milliseconds. 1000ms = 1 sec.",
"label":"Daytime Delay",
"type":"number"
},
{
"name":"quality",
"default":"95",
"description":"Wuality range for a JPG image, range 0% - 100%",
"label":"Quality",
"type":"number"
},
{
"name":"filename",
"default":"image.jpg",
"description":"No whitespaces in filename. Extensions allowed: .jpg",
"label":"Filename",
"type":"text"
},
{
"name":"rotation",
"defualt":"0",
"description":"Set image rotation to enable proper orientation, range 0 - 359 degrees",
"label":"Orientation",
"type":"number"
},
{
"name":"flip",
"default":"0",
"description":"Select a flipping option if you want to reverse the image along an axis",
"label":"Flip",
"type":"select",
"options": [
        {"value": "0", "label": "Original"},
        {"value": "1", "label": "Horizontal"},
        {"value": "2", "label": "Vertical"},
        {"value": "3", "label": "Both"}
]
},
{
"name":"latitude",
"default":"60.7N",
"description":"Latitude of the camera. Needs a number (0 to 90) and direction (N or S). Ex: 60.7N",
"label":"Latitude",
"type":"text"
},
{
"name":"longitude",
"default":"135.05W",
"description":"Longitude of the camera. Needs a number (0 to 180) and direction (E or W). Ex: 135.05W",
"label":"Longitude",
"type":"text"
},
{
"name":"angle",
"default":"-6",
"description":"Altitude of the sun in degrees relative to the horizon at which to start/stop capture",
"label":"Angle",
"type":"text"
},
{
"name":"darkframe",
"default":"0",
"description":"Activate to capture a dark frame. This mode hides text and time overlays",
"label":"Dark Frame",
"type":"checkbox"
}

]
