From eb47068ac24d1992bebd908f4e754621801c49ab Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Sat, 3 Mar 2018 16:27:49 +0100 Subject: [PATCH] Add setVideoSize, video size selectors and available video sizes in CameraOptions --- MIGRATION.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MIGRATION.md b/MIGRATION.md index cfebca10..6d8aa00a 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -31,5 +31,4 @@ mode == Mode.PICTURE. - VideoSizeSelector: added. It is needed to choose the capture size in VIDEO mode. Defaults to SizeSelectors.biggest(), but you can choose by aspect ratio or whatever. -- isTakingPicture(): added on top of isTakingVideo(). - \ No newline at end of file +- isTakingPicture(): added on top of isTakingVideo(). \ No newline at end of file