Releases: Kashif-E/CameraK
Releases · Kashif-E/CameraK
0.0.12
What's Changed
- Start custom grabber if provided by @Martmists-GH in #55
- Use pure-compose backend for video by @Martmists-GH in #54
- Implement user quality prioritization settings for image capture by @carlosfelipetorres1 in #57
New Contributors
- @Martmists-GH made their first contribution in #55
- @carlosfelipetorres1 made their first contribution in #57
Full Changelog: 0.0.11...0.0.12
0.0.11
What's Changed
- Ocr and orientation fix by @Kashif-E in #33
- Camera index 0 not available on Windows systems using FFmpegFrameGrabber. by @jeremylcarter in #40
- Add CameraController.setTorchMode by @maciek-s in #37
- Fix ios rapid capture by @Kashif-E in #42
New Contributors
- @jeremylcarter made their first contribution in #40
- @maciek-s made their first contribution in #37
Full Changelog: 0.0.9...0.0.11
0.0.9
0.0.8
What's Changed
- Support Torch Mode by @adamglin0 in #9
- 10 not working togglecameralens by @Kashif-E in #13
- Add CameraController.setFlashMode & getFlashMode by @raunovillberg in #20
- Implement missing torch setter in iOS by @RaedGhazal in #19
- Fix incorrect permission check in README by @raunovillberg in #21
- Fixes typo in README.MD by @yannickpulver in #22
New Contributors
- @adamglin0 made their first contribution in #9
- @raunovillberg made their first contribution in #20
- @RaedGhazal made their first contribution in #19
- @yannickpulver made their first contribution in #22
Full Changelog: 0.0.7...0.0.8
0.0.7
0.0.6
Release 0.0.5
- fixed permissions issue
- update controller to use mutable state to efficiently track state of camera lens, flash and rotation
- updated sample and Readme for better understanding of how it works