At this stage: - The program launches the rear camera of the smartphone (if 1 camera is available, it uses it). - Allows you to take a photo and save it on the phone: Pictures/Lilula - Allows you to broadcast video on the local network to the IP address of the smartphone in Mjpeg format, which can be viewed by any client: browser, VLC, etc. The broadcast address is shown on the screen. API level 19+ (Android 4.4.+) Tested on devices Android 4.4.2, Android 13 (Color OS), Android 14 (LineagoOS)
35 lines
1.6 KiB
TOML
35 lines
1.6 KiB
TOML
[versions]
|
|
activityVersion = "1.9.0"
|
|
agp = "8.10.0"
|
|
androidasync = "3.1.0"
|
|
appcompatVersion = "1.6.1"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.2.1"
|
|
espressoCore = "3.6.1"
|
|
appcompat = "1.7.1"
|
|
material = "1.12.0"
|
|
activity = "1.10.1"
|
|
constraintlayout = "2.2.1"
|
|
multidex = "2.0.1"
|
|
rxandroid = "2.1.1"
|
|
rxjava = "2.2.21"
|
|
|
|
[libraries]
|
|
activity-v190 = { module = "androidx.activity:activity", version.ref = "activityVersion" }
|
|
androidasync = { module = "com.koushikdutta.async:androidasync", version.ref = "androidasync" }
|
|
appcompat-v161 = { module = "androidx.appcompat:appcompat", version.ref = "appcompatVersion" }
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
|
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
|
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
|
|
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
|
multidex = { module = "androidx.multidex:multidex", version.ref = "multidex" }
|
|
rxandroid = { module = "io.reactivex.rxjava2:rxandroid", version.ref = "rxandroid" }
|
|
rxjava = { module = "io.reactivex.rxjava2:rxjava", version.ref = "rxjava" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
|