Store images on the file system rather than in memory

This commit is contained in:
Pierre-Yves Nicolas
2025-06-04 14:39:02 +02:00
parent aea72aac11
commit 80381eef6c
8 changed files with 138 additions and 26 deletions

View File

@@ -12,6 +12,7 @@ camerax = "1.4.2"
litert = "1.2.0"
opencv = "4.11.0"
flowlayout = "0.36.0"
assertj = "3.27.3"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
@@ -41,6 +42,8 @@ litert-support = { group = "com.google.ai.edge.litert", name = "litert-support",
litert-metadata = { group = "com.google.ai.edge.litert", name = "litert-metadata", version.ref = "litert" }
opencv = { group="org.opencv", name="opencv", version.ref = "opencv" }
assertj = { group="org.assertj", name="assertj-core", version.ref = "assertj" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }