DefaultCamera
initialization to Swift.textureId
field of FLTCam
class.startImageStream
and setUpCaptureSessionForAudioIfNeeded
methods to Swift.reportErrorMessage
method.captureToFile
and getTemporaryFilePath
methods to Swift.startVideoRecording
, setUpVideoRecording
, and setupWriter
methods to Swift.setVideoFormat
,stopVideoRecording
, and stopImageStream
methods to Swift.setDescriptionWhileRecording
method to Swift.createConnection
method implementation to Swift.setZoomLevel
and setFlashMode
methods to Swift.setImageFileFormat
method to Swift.setDeviceOrientation
method to property setter and migrated to Swift.start
, stop
, close
) to Swift.receivedImageStreamData
and reportInitializationState
methods to Swift.Camera
Swift protocol.DefaultCamera
, a FLTCam
-based implementation of the Camera
protocol.FlutterTexture
protocol implementations to DefaultCamera
.audioCaptureDeviceFactory
to FLTCamConfiguration
.lockCaptureOrientation
method of Objective-C type FLTCam
when exported to Swift.captureOutput
method of Objective-C type FLTCam
when exported to Swift.connection
argument type of the captureOutput
method of the of FLTCam
class to AVCaptureConnection
.minimum/maximumAvailableZoomFactor
and minimum/maximumExposureOffset
fields of FLTCam
readonly.setDescriptionWhileRecording
.FLTCaptureDevice
more closely with the AVCaptureDevice
interface.FLTCaptureSession
when exported to Swift.FLTCam
class.AVCaptureVideoDataOutput
in tests.FLTCam
class.exposureMode
, focusMode
, and flashMode
properties of FLTCam
private.CameraPlugin
class.minimumExposureOffset
and maximumExposureOffset
methods to FLTCam
class.activeFormat
on FLTCaptureDevice
.maxVideoDuration
code.pigeon
to dev_dependencies
.CameraController.withSettings
._ambiguate
methods from example code.NSError
that could cause crashes on launch.styleFrom
usage in examples off of deprecated primary
and onPrimary
parameters.no_leading_underscores_for_local_identifiers
lint.camera
as a federated implementation.