UVCCameraController class

Constructors

UVCCameraController()
初始化

Properties

cameraStateCallback ↔ dynamic Function(UVCCameraState)?
摄像头状态回调
getter/setter pair
clickTakePictureButtonCallback ↔ dynamic Function(String)?
拍照按钮回调
getter/setter pair
getCallStrings List<String>
no setter
getCameraErrorMsg String
no setter
getCameraState UVCCameraState
no setter
getPreviewSizes List<PreviewSize>
no setter
getTakePicturePath String
no setter
hashCode int
The hash code for this object.
no setterinherited
msgCallback ↔ dynamic Function(String)?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

closeCamera() → void
dispose() → void
getAllPreviewSizes() Future
获取全部预览大小
getCurrentCameraRequestParameters() Future<String?>
获取当前摄像头请求参数
initializeCamera() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openUVCCamera() Future<void>
startCamera() → void
takePicture() Future<String?>
toString() String
A string representation of this object.
inherited
updateResolution(PreviewSize? previewSize) → void
更新预览大小

Operators

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