|
1 | 1 | <p align="center">
|
2 | 2 | <a href="https://camerakit.website" target="_blank">
|
3 |
| - <img alt='CameraKit Header' src='.repo/gh-readme-header.png' /> |
| 3 | + <img alt='CameraKit Header' src='.repo/gh-readme-header.svg' /> |
4 | 4 | </a>
|
5 | 5 | </p>
|
6 | 6 |
|
7 | 7 | <p align="center">
|
8 |
| - <a href="https://www.wonderkiln.com" target="_blank"> |
9 |
| - <img alt='WonderKiln Promo' src='.repo/gh-readme-wk.png'/> |
10 |
| - </a> |
11 | 8 | <a href="https://play.google.com/store/apps/details?id=com.camerakit.demo&hl=en" target="_blank">
|
12 |
| - <img alt='CameraKit Header' src='.repo/gh-readme-app.png'/> |
| 9 | + <img alt='CameraKit Header' height="42px" src='.repo/gh-readme-app.svg'/> |
| 10 | + </a> |
| 11 | + <a href="https://buddy.works/" target="_blank"> |
| 12 | + <img alt='Buddy.Works' height="42px" src='https://assets.buddy.works/automated-dark.svg'/> |
13 | 13 | </a>
|
14 | 14 | </p>
|
15 | 15 |
|
16 | 16 | <p align="center">
|
17 |
| - <a href="https://join-slack.camerakit.website"><img src="https://join-slack.camerakit.website/badge.svg" alt="Build Status"></a> |
| 17 | + <a href="https://join-slack.camerakit.website"><img src="https://join-slack.camerakit.website/badge.svg" alt="Join Slack"></a> |
18 | 18 | <a href="https://codeclimate.com/github/wonderkiln/CameraKit-Android"><img src="https://codeclimate.com/github/wonderkiln/CameraKit-Android/badges/coverage.svg" alt="Code Climate"></a>
|
19 | 19 | <a href="https://codeclimate.com/github/wonderkiln/CameraKit-Android"><img src="https://codeclimate.com/github/wonderkiln/CameraKit-Android/badges/issue_count.svg" alt="Code Climate"></a>
|
20 | 20 | </p>
|
21 | 21 |
|
| 22 | +# What is CameraKit? |
| 23 | + |
22 | 24 | CameraKit takes one of the hardest Android APIs and makes it into a high level and easy to use library that solves all of your problems.
|
23 | 25 |
|
24 |
| -## Supported by these Awesome Services |
25 |
| -[](https://buddy.works/) |
| 26 | +With CameraKit you are able to effortlessly do the following... |
| 27 | + |
| 28 | +- Image and video capture seamlessly working with the same preview session. |
| 29 | +- Automatic system permission handling. |
| 30 | +- Automatic preview scaling. |
| 31 | +- Create a CameraView of any size (not just presets!). |
| 32 | +- Automatic output cropping to match your CameraView bounds. |
| 33 | +- Multiple capture methods. |
| 34 | + - METHOD_STANDARD: an image captured normally using the camera APIs. |
| 35 | + - METHOD_STILL: a freeze frame of the CameraView preview (similar to SnapChat and Instagram) for devices with slower cameras. |
| 36 | + - METHOD_SPEED: automatic capture method determination based on measured speed. |
| 37 | +- Built-in continuous focus. |
| 38 | +- Built-in tap to focus. |
| 39 | +- Built-in pinch to zoom. |
| 40 | + |
| 41 | +## Sponsored By |
26 | 42 |
|
27 |
| -## Sponsors |
28 | 43 | <a href="https://www.expensify.com/"><img src=".repo/gh-readme-expensify.png"></a>
|
29 | 44 | <a href="https://www.buddy.works/"><img src=".repo/gh-readme-buddyworks.png"></a>
|
30 | 45 |
|
31 | 46 | ## Setup
|
| 47 | + |
32 | 48 | Add __CameraKit__ to the dependencies block in your `app` level `build.gradle`:
|
33 | 49 |
|
34 | 50 | ```groovy
|
@@ -64,7 +80,9 @@ protected void onPause() {
|
64 | 80 | ```
|
65 | 81 |
|
66 | 82 | ## Detailed Documentation
|
67 |
| -To check out detailed docs, visit our [Documentation Website](http://docs.camerakit.website) |
| 83 | + |
| 84 | +To check out detailed docs, visit our [Documentation Website](https://docs.camerakit.website) |
68 | 85 |
|
69 | 86 | ## License
|
| 87 | + |
70 | 88 | CameraKit is [MIT License](https://github.com/CameraKit/CameraKit-Android/blob/master/LICENSE)
|
0 commit comments