xcamera 0.1.0
xcamera: ^0.1.0 copied to clipboard
A lightweight Flutter camera plugin for Linux supporting high-performance V4L2 streaming and synchronized H.264/AAC video recording.
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.1.0Alternatively, 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';