Custom 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