FlutterLiteCameraPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterLiteCameraPlatform
- Implementers
Constructors
- FlutterLiteCameraPlatform.new()
- Constructs a FlutterLiteCameraPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
captureFrame(
) → Future< Map< String, dynamic> > - Captures a single RGB frame from the camera.
-
getDeviceList(
) → Future< List< String> > - Lists available video capture devices.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
int index) → Future< bool> - Opens the camera with the specified index.
-
release(
) → Future< void> - Releases the camera and associated resources.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterLiteCameraPlatform
-
The default instance of FlutterLiteCameraPlatform to use.
getter/setter pair