Disconnected

GetSourceScreenshot

Name of the source to take a screenshot of

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

Width to scale the screenshot to

Height to scale the screenshot to

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

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