captureAspectRatio property

double? captureAspectRatio
getter/setter pair

The aspect ratio of a captured image. It's the ratio of its width to its height. For example:

  • 16/9 = 1,7777 (standard widescreen)
  • 1/1 = 1.0 (square)
  • 4/3 = 1.3333 (traditional TV)
  • 6/13 = 0.4615 (modern smartphones)

Implementation

double? captureAspectRatio;