Custom Camera

General

Category
Free
Tag
Camera
License
MIT License
Registered
Jun 24, 2018
Favorites
2
Link
https://aliwaris0572.github.io/CustomCamera/
See also
Telecine
Lantern
Camera Touch Button
ParaCamera
CameraKit-Android

Additional

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

Announcement

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