CameraController class abstract

Implementers

Constructors

CameraController()

Properties

cameraFlash FlashState?
no setter
cameraOptions ValueNotifier<FlCameraOptions?>
相机配置信息 Camera configuration information FlCameraOptions? cameraOptions;
final
cameraResolution CameraResolution
getter/setter pair
cameras List<CameraInfo>?
no setter
cameraZoom CameraZoomState?
no setter
hashCode int
The hash code for this object.
no setterinherited
onDataListen FlEventListenData
消息回调监听
no setter
onFlashChanged FlCameraFlashStateChanged?
闪光灯变化 Flash change
getter/setter pair
onZoomChanged FlCameraCameraZoomStateChanged?
缩放变化 zoom ratio
getter/setter pair
previousCamera CameraInfo?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

availableCameras() Future<List<CameraInfo>?>
获取可用摄像机 通常在第一次加载 Camera 后自动获取设备的可用相机,并且赋值给了cameras,所以后续可以不用再调用这个方法,可直接使用cameras
dispose() Future<bool>
dispose all
initialize() Future<bool>
初始化所有相机 camera 和 event initialize all Including camera and event
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetCamera() Future<bool>
重新预览相机 Reset the camera
setFlashMode(FlashState status) Future<bool>
打开/关闭 闪光灯 Turn flash on / off
setZoomRatio(double ratio) Future<bool>
相机缩放 Camera zoom
startPreview(CameraInfo camera, {CameraResolution? resolution}) Future<FlCameraOptions?>
开始预览 start Preview camera 需要预览的相机 Camera to preview resolution 预览相机支持的分辨率 Preview the resolution supported by the camera
stopPreview() Future<bool>
暂停预览 stop Preview
switchCamera(CameraInfo camera) Future<bool>
切换摄像头 Switch Camera
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited