UCameraFormat constructor

const UCameraFormat({
  1. required UCameraSize size,
  2. double minFps = 0,
  3. double maxFps = 0,
  4. bool isHighSpeed = false,
  5. bool supportsHdr = false,
  6. bool supportsDepth = false,
})

Implementation

const UCameraFormat({required this.size, this.minFps = 0, this.maxFps = 0, this.isHighSpeed = false, this.supportsHdr = false, this.supportsDepth = false});