Camerakit Android Versions Save

Library for Android Camera 1 and 2 APIs. Massively increase stability and reliability of photo and video capture on all Android devices.

v1.0.0-beta3.11

5 years ago

CameraKit v1.0.0-beta3.11

This is a pre-release of the v1.0.0 beta. This is the latest version of the CameraKit beta, so give it a try! Create a GitHub issue if you encounter any problems.

This release does not have video support, if video is essential to your app try the latest 0.13.X release instead.

Here's what's new:

New methods

hasFlash() to check if flash is supported by the device getSupportedFlashTypes() to get all the supported flash types

Bug Fixes

Update to CameraPreview resume behavior Fix error on devices with API levels 16 and 17

Gradle and Build

Update Android Material and Android Annotation dependencies

v0.13.5

5 years ago

CameraKit v0.13.5

CameraKit v0.13.5 is bugfix release. You can see the PR here: #487.

Bug Fixes

Fixes error capturing images with devices on API level 17 or lower.

Thanks to @rodolfoizidoro for finding and solving this bug!

v0.13.4

5 years ago

CameraKit v0.13.4

CameraKit v0.13.4 is the current release of CameraKit that fully supports video. We're working on bringing video to the latest v1.0.0-betaX release. Until then, give this version a shot!

This update to CameraKit v0.13.X adds small big fixes and build changes to the library.

Here's the new features in v0.13.4. You can see the full PRs here: #475 and #476

Bug Fixes

Fix orientation of captured image with front camera

Gradle and Build

Lower minimum SDK version to 15 Revert back from AndroidX to Android support libraries Consolidate camerakit-vision and camerakit-core into one base directory

v1.0.0-beta3.10

5 years ago

CameraKit v1.0.0-beta3.10

This is a pre-release of CameraKit v1.0.0 beta. We recommend using the latest v1.0.0-betaX rather than the version here here.

Here are the highlights of this release.

General

AndroidX support

Gradle and build

Update Gradle version Update Kotlin and Coroutines Update Gradle wrapper

v1.0.0-beta3.9

5 years ago

CameraKit v1.0.0-beta3.9

This is a patch of CameraKit v1.0.0. We recommend using the latest v1.0.0-betaX rather than the pre-release here.

Here are the highlights of this patch.

General

Improved error handling from Capture Session and Preview Builder

v1.0.0-beta3.7

5 years ago

CameraKit v1.0.0-beta3.7

This is a patch of CameraKit v1.0.0. We recommend using the latest v1.0.0-betaX rather than the pre-release here.

Here are the highlights of this patch.

General

Fix Camera2 focus lock issue

v1.0.0-beta3.6

5 years ago

CameraKit v1.0.0-beta3.6

This is a patch of CameraKit v1.0.0. We recommend using the latest v1.0.0-betaX rather than the pre-release here.

Here are the highlights of this patch.

General

Rename camerakit.android to com.camerakit Reorganize code

v1.0.0-beta3.5

5 years ago

CameraKit v1.0.0-beta3.5

This is a patch of CameraKit v1.0.0. We recommend using the latest v1.0.0-betaX rather than the pre-release here.

Here are the highlights of this patch.

General

Update CameraKitView to match C++ changes

C++

Add C++ support Refactor SurfaceTexture to C++ Refactor SurfaceView to C++

Gradle and build

Updated kotlin version Updated build tools version

v1.0.0-beta3.2

5 years ago

CameraKit v1.0.0-beta3.2

This is a bugfix patch of CameraKit v1.0.0. We recommend using the latest v1.0.0-betaX rather than the pre-release here.

Here are the highlights of this patch.

General

More consistent flash behavior

v1.0.0-beta3.1

5 years ago

CameraKit v1.0.0-beta3.1

This is a bugfix patch of CameraKit v1.0.0 beta. We recommend using the latest v1.0.0-betaX rather than the pre-release here.

Lifecycle management

Improved Lifecycle management with onStart() and onStop() methods CameraPreview methods to match new Lifecycle calls

General

Improved permissions handling Updated sensor orientation Improved Kotlin code