Custom Camera

General

Category
Free
Tag
Camera
License
MIT License
Registered
Jun 24, 2018
Favorites
2
Link
https://aliwaris0572.github.io/CustomCamera/
See also
Selfie
CameraViewPlus
CameraFragment
Wizard Camera
L Camera

Additional

Language
Java
Version
1.7 (May 31, 2018)
Created
May 16, 2018
Updated
May 31, 2018 (Retired)
Owner
Hussain Chachuliya (aliwaris0572)
Contributors
Hussain Chachuliya (aliwaris0572)
Masud Rana (masudr4n4)
2
Activity
Badge
Generate
Download
Source code

CustomCamera

This library helps user to control camera resolution. Check MainActivity.java for more details on how to use.

Gradle

Add it in your root build.gradle at the end of repositories

allprojects {
     repositories {
      ...
      maven { url 'https://jitpack.io' }
     }
    }

Then, add this in you app level build.gradle

dependencies {
            implementation 'com.github.aliwaris0572:CustomCamera:{latest_version}'
    }

Contributors

  1. maaudrana - PR #3