[ { "name": "CameraAction", "shortDescription": "Specify whether the camera should take photos or video", "type": "uint32", "enumStrings": "Continue current action,Take photos (time),Take photos (distance),Take video", "enumValues": "0,1,2,3", "defaultValue": 0 }, { "name": "CameraPhotoIntervalDistance", "shortDescription": "Specify the distance between each photo", "type": "double", "units": "m", "min": 0, "decimalPlaces": 1, "defaultValue": 1 }, { "name": "CameraPhotoIntervalTime", "shortDescription": "Specify the time between each photo", "type": "uint32", "units": "secs", "min": 1, "decimalPlaces": 0, "defaultValue": 10 }, { "name": "GimbalPitch", "shortDescription": "Gimbal pitch rotation.", "type": "double", "units": "deg", "min": 0.0, "max": 360.0, "decimalPlaces": 0, "defaultValue": 0 }, { "name": "GimbalYaw", "shortDescription": "Gimbal yaw rotation.", "type": "double", "units": "deg", "min": 0.0, "max": 360.0, "decimalPlaces": 0, "defaultValue": 0 } ]