/CustomCameraDemo

A demo for custom camera

Primary LanguageJava

CustomCameraDemo

A demo for custom camera

Demo figure

1.take photo image

2.cropper the pic image

I use the prodect of cropper to achieve the function of cropper.
the site of cropper: https://github.com/edmodo/cropper

Usage

<com.bbk.lling.camerademo.camare.CameraPreview
    android:id="@+id/cameraPreview"
    android:layout_width="match_parent"
    android:layout_height="match_parent" />

Visit this post, for more details.