Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ public void takePicture(final int cameraId, UvcCameraTakePictureResultHandler re
outputFile,
resultHandler
),
UVCCamera.PIXEL_FORMAT_NV21
UVCCamera.PIXEL_FORMAT_YUV420SP
);
}

Expand Down
2 changes: 1 addition & 1 deletion flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: uvccamera
description: A USB Video Class (UVC) camera plugin for Flutter based on UVCCamera library for Android.
version: 0.0.0-SNAPSHOT
version: 0.0.13
repository: https://github.com/alexey-pelykh/UVCCamera/tree/main/flutter
issue_tracker: https://github.com/alexey-pelykh/UVCCamera/issues
homepage: https://uvccamera.org
Expand Down