Releases: Kashif-E/CameraK
Releases · Kashif-E/CameraK
0.4
0.2.0
0.1.0
What's Changed
- Add comprehensive codebase documentation and understanding guides by @Copilot in #65
- Add cameraDeviceType setupSession by @lopspower in #64
- Updates coil-network-ktor2 to coil-network-ktor3 and coil to 3.3.0 by @EsmaeelNabil in #81
- Fix image orientation issues on iOS by normalizing pixel data before … by @Kashif-E in #85
- parity issues between platforms by @Kashif-E in #86
- docs: update README with new features and deprecations by @Kashif-E in #87
- Version bump and docs by @Kashif-E in #88
New Contributors
- @Copilot made their first contribution in #65
- @lopspower made their first contribution in #64
- @EsmaeelNabil made their first contribution in #81
Full Changelog: 0.0.12...0.1.0
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