UVCCameraViewParamsEntity class
自定义参数 可空 Custom parameters can be empty
Constructors
- UVCCameraViewParamsEntity.new({int? minFps = 10, int? maxFps = 60, double? bandwidthFactor = 1.0, int? frameFormat = 1})
-
const
Properties
- bandwidthFactor → double?
-
DEFAULT_BANDWIDTH = 1
final
- frameFormat → int?
-
camera preview frame format 1 (MJPEG) or 0 (YUV)
DEFAULT 1(MJPEG) If preview fails and the screen goes black, please try switching to 1
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxFps → int?
-
camera preview max fps 60
final
- minFps → int?
-
camera preview min fps 10
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited