rw_camera 1.0.0 copy "rw_camera: ^1.0.0" to clipboard
rw_camera: ^1.0.0 copied to clipboard

Camera Plugin for RealWear HMT-1(Z1)

rw_camera #

Camera Plugin for RealWear HMT-1(Z1).

Usage #

import 'package:rw_camera/rw_camera.dart';

// Take photo
final Uint8List bytes = await RwCamera.takePhotoToBytes(CompressFormat.PNG, 100);
// or
final String fileName = await RwCamera.takePhotoToFile();

// Record video
final String fileName = await RwCamera.recordVideo();
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Camera Plugin for RealWear HMT-1(Z1)

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on rw_camera