Disconnected

SaveSourceScreenshot

Name of the source to take a screenshot of

Image compression format to use. Use `GetVersion` to get compatible image formats

Path to save the screenshot file to. Example, `C:Users<user>Desktopscreenshot.png`

Width to scale the screenshot to

Height to scale the screenshot to

Compression quality to use. 0 for high compression, 100 for uncompressed.

{
  "requestType": "SaveSourceScreenshot",
  "requestData": {
    "sourceName": null,
    "imageFormat": null,
    "imageFilePath": null,
    "imageWidth": 0,
    "imageHeight": 0,
    "imageCompressionQuality": 0
  }
}
// No response... 
// Did you send your request?