UCameraFrame constructor
const
UCameraFrame({})
Implementation
const UCameraFrame({
required this.planes,
required this.format,
required this.width,
required this.height,
this.rowStrides = const <int>[],
this.pixelStrides = const <int>[],
this.rotation = 0,
this.mirrored = false,
this.timestampUs = 0,
});