flutter_lite_camera 0.0.1
flutter_lite_camera: ^0.0.1 copied to clipboard
A lightweight Flutter plugin designed for capturing camera frames with a fixed resolution of 640x480 in RGB888 format. The plugin supports Windows, Linux, and macOS platforms, making it ideal for buil [...]
0.0.1 #
-
Initial release of the Flutter Lite Camera plugin.
-
Add the following methods:
- getDeviceList(): Returns a list of available camera devices.
- open(int index): Opens the camera at the specified index.
- captureFrame(): Captures a single frame as an RGB888 image.
- release(): Releases the camera resources.