{
  "nas_address": "NAS_IP_Adresse",
  "local_mount_path": "/pfad/zum/lokalen/mount",
  "record_interval": 300,
  "menu_file": "menu.json",
  "delete_after_upload": true,
  "video_resolution": [ 1920, 1080 ],
  "video_fps": 30,

  "pins": {
    "KEY_UP": 6,
    "KEY_DOWN": 19,
    "KEY_LEFT": 5,
    "KEY_RIGHT": 26,
    "KEY_PRESS": 13,
    "KEY1": 21,
    "KEY2": 20,
    "KEY3": 16
  },

  "recording": {
    "dir": "/home/video",
    "width": 1920,
    "height": 1080,
    "hflip": false,
    "vflip": false,
    "duration": 300,
    "fps": 30,
    "bitrate": "10000000",
    "sharpness": 0, // -100 - 100
    "contrast": 0, // -100 - 100
    "brightness": 0, // -100 - 100
    "saturation": 0, // -100 - 100
    //"ISO":
    "stabilation": true,
    //"ev": 
    "exposure": "auto", // off,auto,night,nightpreview,backlight,spotlight,sports,snow,beach,verylong,fixedfps,antishake,fireworks
    "awb": "auto", // off,auto,sun,cloud,shade,tungsten,fluorescent,incandescent, flash,horizon
    "imxfx": "none", // none,negative,solarise,sketch,denoise,emboss,oilpaint,h atch,gpen,pastel,watercolour,film,blur,saturation,colourswap,washedout,posterise,colourpoint,colourbalance,cartoon
    //"colfx": // Set colour effect (U:V)
    "metering": "average", // average,spot,backlit,matrix
    "rotation": "0" // 0, 90, 180, 270,
    "flicker": "auto", // off,auto,50hz,60hz
    "shutterspeed": 280,
    "awbgains": 2,
    "dynamicRangeCompression": off, //off,low,med,high
  }
}