uvccamera 0.0.4 uvccamera: ^0.0.4 copied to clipboard
A USB Video Class (UVC) camera plugin for Flutter based on UVCCamera library for Android.
Changelog #
0.0.4 #
- (imp) flutter: unify UvcCameraController state checks by @jhionan
- (chore) flutter: sort UvcCameraController imports by @jhionan
- (imp) flutter: exceptions by @alexey-pelykh
- (chore) flutter: upgrade SDK by @alexey-pelykh
- (imp) flutter: UvcCameraController to expose initialization errors by @jhionan
- (feat) flutter: take picture by @alexey-pelykh
Full Changelog: 0.0.3…0.0.4
0.0.3 #
- (ref) lib: move UI to usbCameraCommon
- (ref) lib: namespace change
- (ref) flutter: native plugin
- (fix) set buffer geometry and format on capture target
- (feat) flutter: video recording
Full Changelog: 0.0.2…0.0.3
0.0.2 #
- (fix) remove
FLUTTER_ROOT
from Flutter plugin - (imp) remove package from manifest due to namespace
Full Changelog: 0.0.1…0.0.2
0.0.1 #
- (fix) flutter plugin & library version matching
Full Changelog: 0.0.0…0.0.1
0.0.0 #
- Initial release