skio_uvc_camera 0.1.0-beta.1
skio_uvc_camera: ^0.1.0-beta.1 copied to clipboard
USB Video Class (UVC) camera for Flutter on Android (USB OTG) and web: live preview, JPEG capture and the camera's hardware button. Part of skio.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add skio_uvc_cameraThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
skio_uvc_camera: ^0.1.0-beta.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:skio_uvc_camera/skio_uvc_camera.dart';