xcamera 0.0.1
xcamera: ^0.0.1 copied to clipboard
An FFI-based Flutter package designed to help Linux developers access and interact with cameras. This package utilizes Video4Linux (V4L2) to retrieve camera information, stream video, and capture imag [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add xcameraThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
xcamera: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:xcamera/xcamera.dart';