xcamera 0.0.1 copy "xcamera: ^0.0.1" to clipboard
xcamera: ^0.0.1 copied to clipboard

PlatformLinux

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 xcamera

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  xcamera: ^0.0.1

Alternatively, 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';
0
likes
150
points
126
downloads

Publisher

unverified uploader

Weekly Downloads

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 images. It simplifies integrating camera functionality into Flutter Linux applications, providing an efficient and platform-specific solution for camera access.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cross_file, ffi, flutter, path, path_provider, path_provider_platform_interface

More

Packages that depend on xcamera