Add camera functionality with CameraX, permissions, watermarks, and settings page
This commit is contained in:
@@ -37,6 +37,20 @@ dependencies {
|
||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||
implementation 'com.google.android.material:material:1.11.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
|
||||
// CameraX core library
|
||||
def camerax_version = "1.3.0"
|
||||
implementation "androidx.camera:camera-core:${camerax_version}"
|
||||
implementation "androidx.camera:camera-camera2:${camerax_version}"
|
||||
implementation "androidx.camera:camera-lifecycle:${camerax_version}"
|
||||
implementation "androidx.camera:camera-video:${camerax_version}"
|
||||
|
||||
// CameraX View class
|
||||
implementation "androidx.camera:camera-view:${camerax_version}"
|
||||
|
||||
// CameraX Extensions (Effects) - Optional
|
||||
implementation "androidx.camera:camera-extensions:${camerax_version}"
|
||||
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
||||
|
||||
Reference in New Issue
Block a user