flutter_uvc_camera 0.0.3
flutter_uvc_camera: ^0.0.3 copied to clipboard
Flutter plugin, allowing apps in the Flutter project to use UVC cameras connected to the device.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_uvc_cameraWith Flutter:
$ flutter pub add flutter_uvc_cameraThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_uvc_camera: ^0.0.3Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_uvc_camera/uvc_camera_controller.dart';
import 'package:flutter_uvc_camera/uvc_camera_view.dart';