pull/1/head
Mattia Iavarone 7 years ago
parent aece03384d
commit 4b250ca34b
  1. 4
      README.md
  2. BIN
      art/icon.png
  3. 4
      demo/src/main/AndroidManifest.xml
  4. BIN
      demo/src/main/res/mipmap-hdpi/cameraview.png
  5. BIN
      demo/src/main/res/mipmap-hdpi/ic_launcher.png
  6. BIN
      demo/src/main/res/mipmap-hdpi/ic_launcher_round.png
  7. BIN
      demo/src/main/res/mipmap-mdpi/cameraview.png
  8. BIN
      demo/src/main/res/mipmap-mdpi/ic_launcher.png
  9. BIN
      demo/src/main/res/mipmap-mdpi/ic_launcher_round.png
  10. BIN
      demo/src/main/res/mipmap-xhdpi/cameraview.png
  11. BIN
      demo/src/main/res/mipmap-xhdpi/ic_launcher.png
  12. BIN
      demo/src/main/res/mipmap-xhdpi/ic_launcher_round.png
  13. BIN
      demo/src/main/res/mipmap-xxhdpi/cameraview.png
  14. BIN
      demo/src/main/res/mipmap-xxhdpi/ic_launcher.png
  15. BIN
      demo/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
  16. BIN
      demo/src/main/res/mipmap-xxxhdpi/cameraview.png
  17. BIN
      demo/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  18. BIN
      demo/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png

@ -1,6 +1,10 @@
*A fork of [Dylan McIntyre's CameraKit-Android library](https://github.com/gogopop/CameraKit-Android), originally a fork of [Google's CameraView library](https://github.com/google/cameraview). The library at this point has been completely rewritten and refactored. See [below](#roadmap) for a list of what was done. This works better than any other library I have tried, and I would be grateful for any issue, suggestion or contribution.*
<p align="center">
<img src="art/icon.png" vspace="10" width="250" height="250">
</p>
# CameraView
CameraView is a well documented, high-level library that makes capturing pictures and videos easy, addressing most of the common issues and needs, and still leaving you with flexibility where needed.

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

@ -6,9 +6,9 @@
<application
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:icon="@mipmap/cameraview"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/cameraview"
android:supportsRtl="true"
android:theme="@style/AppTheme">

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Loading…
Cancel
Save