{
  "Actions": [
    {
      "Icon": "Images/icon",
      "Name": "Webcam Settings",
      "States": [
        {
          "Image": "Images/webcamAction",
          "TitleAlignment": "bottom",
          "FontSize": "14"
        }
      ],
      "SupportedInMultiActions": true,
      "Tooltip": "Control your webcam settings from the Stream Deck.",
      "UUID": "com.barraider.webcam.settings",
      "PropertyInspectorPath": "PropertyInspector/WebcamSettings.html"
    },
    {
      "Icon": "Images/icon",
      "Name": "Webcam Dial Settings",
      "States": [
        {
          "Image": "Images/webcamAction",
          "TitleAlignment": "bottom",
          "FontSize": "14"
        }
      ],
      "Controllers": [ "Encoder" ],
      "Encoder": {
        "layout": "$B1",
        "TriggerDescription": {
          "Rotate": "Adjust",
          "Push": "Dial Press value",
          "Touch": "Default value"

        }
      },
      "SupportedInMultiActions": false,
      "Tooltip": "Control your webcam settings from the Stream Deck+ Dials",
      "UUID": "com.barraider.webcam.settingsdial",
      "PropertyInspectorPath": "PropertyInspector/WebcamDialSettings.html"
    },
    {
      "Icon": "Images/pttIcon",
      "Name": "Webcam PTT",
      "States": [
        {
          "Image": "Images/webcamActionPTT",
          "TitleAlignment": "bottom",
          "FontSize": "14"
        }
      ],
      "SupportedInMultiActions": true,
      "Tooltip": "Change a setting only while the button is pressed.",
      "UUID": "com.barraider.webcam.settingsptt",
      "PropertyInspectorPath": "PropertyInspector/WebcamSettingsPTT.html"
    }
  ],
  "Author": "BarRaider",
  "Description": "Control your webcam from the Stream Deck. Supports Zoom, Focus, Brightness, Contrast, White Balance, Exposure and more.\nNote: Specific features depend on your webcam's driver. If a specific setting is not available the plugin will indicate it.",
  "Name": "Cam Control",
  "Icon": "Images/pluginIcon",
  "URL": "https://barraider.com/",
  "Version": "1.3.1",
  "CodePath": "com.barraider.webcam",
  "Category": "Cam Control [BarRaider]",
  "CategoryIcon": "Images/categoryIcon",
  "OS": [
    {
      "Platform": "windows",
      "MinimumVersion": "10"
    }
  ],
  "SDKVersion": 2,
  "Software": {
    "MinimumVersion": "6.8.1"
  }
}
