CameraInitializedEvent constructor
const
CameraInitializedEvent()
Build a CameraInitialized event triggered from the camera represented by
cameraId
.
The previewWidth
represents the width of the generated preview in pixels.
The previewHeight
represents the height of the generated preview in pixels.
Implementation
const CameraInitializedEvent(
super.cameraId,
this.previewWidth,
this.previewHeight,
this.exposureMode,
this.exposurePointSupported,
this.focusMode,
this.focusPointSupported,
);