ImageResolution

data class ImageResolution(val resolution: String)

Still capture Resolution

Parameters

resolution

The resolution of the still captures in the format "widthxheight", so e.g. 1920x1080. Currently available values:

  • 640x480

  • 1280x720

  • 1920x1080

  • 2530x1920

  • 3840x2160

  • 4096x2160

  • 4192x3120

Constructors

Link copied to clipboard
constructor(resolution: String)

Properties

Link copied to clipboard